Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edp1096 committed Jan 18, 2021
1 parent 0443c85 commit 6097419
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
bin
util/makefile-gen
util/makefile-gen.exe
src/msc.out
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Compile Berkeley SPICE3F5

* Tested (MinGW, GCC : bspice, cspice only)
* MSVC 2017 Express : `cd src ; msc51.bat`
* MSVC 2017 Express : MSVC dev console -> `cd src` -> `msc51.bat`
* MinGW-W64 8.1.0 seh : `cd util ; go build ; cd ../src ; ../util/makefile-gen ; mingw32-make.exe`
* GCC 5.4.0 / Ubuntu 16.04 : `cd util && go build && cd ../src && ../util/makefile-gen && make`

Expand Down

0 comments on commit 6097419

Please sign in to comment.