More make install details.

This commit is contained in:
steve 2001-10-09 23:05:10 +00:00
parent 3734b5e7f1
commit ac6caaf29e
1 changed files with 8 additions and 1 deletions

View File

@ -97,7 +97,14 @@ take a tea break.
* Install Icarus Verilog * Install Icarus Verilog
If the compile ran OK, then next you install Icarus Verilog in the If the compile ran OK, then next you install Icarus Verilog in the
directory you have chosen. This is how: directory you have chosen. This is a little tricky, however, because
the tools like "strip", "ranlib" and etc. that come with Mingw do not
understand the Cygwin style paths that are in the makefile. To get
around that problem, first remove the Mingw from your path before
doing the next step. An easy way to do that is to open a fresh Cygwin
window.
When you are ready, install like this:
$ make install $ make install