-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using CMake build environment from now on
- Loading branch information
Showing
10 changed files
with
14 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
To compile, issue: | ||
To compile, you will need 'cmake'. Once installed, issue: | ||
|
||
$ cd build | ||
$ ../configure | ||
$ cmake ../ | ||
$ make | ||
|
||
Please do NOT try to skip the "cd build". Your build will succeed, but | ||
it will not be useable. | ||
|
||
To use, issue, from directory 'build': | ||
To use, issue from directory 'build': | ||
|
||
$ ./grainofsalt --num 100 --outputs 90 --crypto grain | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.