Merge pull request #123 from dcandrade/master

Added missing compilation instruction on README
This commit is contained in:
Stephen Williams 2018-03-26 09:55:34 -07:00 committed by GitHub
commit 64618af4a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -77,10 +77,16 @@ the configure scripts.
Unpack the tar-ball and cd into the verilog-######### directory
(presumably that is how you got to this README) and compile the source
with the commands:
./configure
make
If you are building from git, you have to run the command below before
compile the source. This will generate the "configure" file, which is
automatically done when building from tarball.
sh configure.sh
Normally, this command automatically figures out everything it needs
to know. It generally works pretty well. There are a few flags to the
configure script that modify its behavior: