Document new configuration procedure. - sam - An updated version of the sam tex… | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit f66024a8086c38b45cee40f1a5a8ee429b8f5a7b | |
parent 77ac2ab259fd0b38a9352b83aa95345e67655541 | |
Author: Rob King <[email protected]> | |
Date: Fri, 9 Sep 2016 17:48:34 -0500 | |
Document new configuration procedure. | |
Diffstat: | |
README.rst | 6 ++---- | |
1 file changed, 2 insertions(+), 4 deletions(-) | |
--- | |
diff --git a/README.rst b/README.rst | |
@@ -41,10 +41,8 @@ Basic Installation | |
------------------- | |
Installation and configuration is fairly simple: | |
-- Copy `config.mk.def` to `config.mk` and modify as needed | |
- (a default version will be used if you don't do this that will probably be f… | |
-- Copy `config.h.def` to `config.h` and modify as needed | |
- (a default version will be used if you don't do this that will probably be f… | |
+- If you need to modify the default compile-time configuration (which is unlik… | |
+ copy `config.mk.def` to `config.mk` and modify as needed | |
- Run `make clean all` | |
- Run `make install` or, if needed, `sudo make install` | |