@@ -57,15 +57,15 @@ the configure command. LLVM 7, 8, and 9 have all been tested.
57
57
NVC also depends GNU Flex to generate the lexical analyser.
58
58
59
59
[ GtkWave] ( http://gtkwave.sourceforge.net/ ) can be used to view simulation
60
- waveforms. Version 3.3.79 or later is reqiured for the default FST format.
60
+ waveforms. Version 3.3.79 or later is required for the default FST format.
61
61
62
62
#### Debian and Ubuntu
63
63
64
64
On a Debian derivative the following should be sufficient to install all
65
65
required dependencies:
66
66
67
67
sudo apt-get install build-essential automake autoconf autoconf-archive flex \
68
- check llvm-dev pkg-config zlib1g-dev curl
68
+ check llvm-dev pkg-config zlib1g-dev
69
69
70
70
#### Mac OS X
71
71
@@ -96,19 +96,19 @@ If you do not already have Cygwin it is easiest to build for MinGW using
96
96
97
97
For Cygwin use ` setup.exe ` to install either ` gcc ` or ` clang ` and the following
98
98
dependencies: ` automake ` , ` autoconf ` , ` pkg-config ` , ` llvm ` , ` libllvm-devel ` ,
99
- ` flex ` , ` libffi-devel ` , ` libcurses-devel ` , ` curl ` , and ` make ` . Then follow the
99
+ ` flex ` , ` libffi-devel ` , ` libcurses-devel ` , and ` make ` . Then follow the
100
100
standard installation instructions above.
101
101
102
102
#### OpenBSD
103
103
104
104
Install the dependencies with ` pkg_add ` :
105
105
106
- pkg_add -r automake-1.15p0 autoconf-2.69p2 libexecinfo llvm check libexecinfo
106
+ pkg_add automake autoconf libexecinfo llvm check libexecinfo
107
107
108
- Use a modern compiler such as Clang to build, as the system GCC does not support
109
- many modern language features.
108
+ To configure using the system compiler:
110
109
111
- ./configure --with-llvm=/usr/local/bin/llvm-config CC=clang CXX=clang++
110
+ ./configure LDFLAGS="-L/usr/local/lib" CC=/usr/bin/cc CXX=/usr/bin/c++ \
111
+ --with-llvm=/usr/local/bin/llvm-config
112
112
113
113
Then follow the generic instructions above.
114
114
0 commit comments