Clarifying compilation instructions
This commit is contained in:
parent
fb2cd4775f
commit
7362c7cbf8
|
|
@ -78,10 +78,15 @@ Unpack the tar-ball and cd into the verilog-######### directory
|
||||||
(presumably that is how you got to this README) and compile the source
|
(presumably that is how you got to this README) and compile the source
|
||||||
with the commands:
|
with the commands:
|
||||||
|
|
||||||
sh autoconf.sh
|
|
||||||
./configure
|
./configure
|
||||||
make
|
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
|
Normally, this command automatically figures out everything it needs
|
||||||
to know. It generally works pretty well. There are a few flags to the
|
to know. It generally works pretty well. There are a few flags to the
|
||||||
configure script that modify its behavior:
|
configure script that modify its behavior:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue