Browse Source

Clarify win_bison location

pre-master-46
Holger Vogt 6 years ago
parent
commit
f07a17878a
  1. 11
      visualc/how-to-ngspice-vstudio.txt

11
visualc/how-to-ngspice-vstudio.txt

@ -1,4 +1,4 @@
ngspice may be compiled by MS Visual Studio Community 2015.
ngspice may be compiled by MS Visual Studio Community 2019.
For compilation you need the GNU bison parser generator.
@ -8,8 +8,13 @@ from
http://sourceforge.net/projects/winflexbison/files/
Create the directory
../../flex-bison
relative from this directory right here, and unzip there.
..\..\flex-bison
relative to the current directory ngspice/visualc, and
unzip win_flex_bison-latest.zip there. So for example
if you have D:\myspice\ngspice, you will then have
directory D:\myspice\flex-bison which contains
win_bison.exe and others.
We will invoke the win_bison.exe file
in this directory during the visual studio compilation.

Loading…
Cancel
Save