Skip to content

Commit

Permalink
linux readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
davidstoneham committed Aug 15, 2018
1 parent ae7e43a commit 6f4e814
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/build-unix.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,5 +329,9 @@ OPENSSL_INCLUDE_PATH = $(DEPS_PATH)/openssl-1.0.2g/include
After that in ~/Linda/src
```
make -f makefile.unix STATIC=1
strip Lindad
strip ./Lindad
```
If using the file on another machine change the permissions to allow execution
```
chmod 775 ./Lindad
```

0 comments on commit 6f4e814

Please sign in to comment.