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 4ec2f0d commit 0443c85
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Compile Berkeley SPICE3F5

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

* Delete `*.o`, `*.obj` : `make clean` or `mingw32-make.exe clean`
* Delete `src/lib/*.a`, `src/lib/*.lib` : By human's hand :-D
Expand Down

0 comments on commit 0443c85

Please sign in to comment.