Skip to content

Commit

Permalink
README.md: add 'install-nostrip' as option for 'make' calls
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPawn committed Mar 4, 2018
1 parent 9af96bf commit 4845afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -90,7 +90,7 @@ If you want to create a dynamically linked binary, add ```STATIC=n``` to your ``

If you want to use OpenSSL's ```libcrypto``` instead of ```libnettle```, you can specify ```OPENSSL=y``` - this will automatically build a dynamically linked binary, because a default ```libcrypto``` library would produce really huge binaries, if used for static linking.

To install the new binary and create symbolic links for included applets, call ```make install```. The default install location is ```$HOME/bin``` - to change it, you can specify ```bindir=<directory>``` with the install request (or edit the ```Makefile``` in a step above).
To install the new binary and create symbolic links for included applets, call ```make install```. The default install location is ```$HOME/bin``` - to change it, you can specify ```bindir=<directory>``` with the install request (or edit the ```Makefile``` in a step above). If you prefer a binary with all symbols, you may use the make target 'install-nostrip' instead.

### Integration into a ```Freetz``` build
This project is available from ```Freetz``` trunk with another name ... as ```decrypt-fritzos-cfg```.
Expand Down

0 comments on commit 4845afa

Please sign in to comment.