Holger Vogt
00318df064
no readline required for shared ngspice
1 year ago
Holger Vogt
a42ea98471
New release_sh and debug_sh directories for making shared ngspice.
1 year ago
Holger Vogt
d2167e033f
Update to macOS compile scripts
2 years ago
Holger Vogt
0d5a4758b1
Options are now included automatically.
2 years ago
Giles Atkinson
829a3007e7
Fix a compilation error when using compile_macos_clang.sh and update
it to enable similar features to compile_linux.sh.
2 years ago
Giles Atkinson
b0798cf70e
Make Mac and Linux build scripts executable.
4 years ago
Holger Vogt
acc84b47f7
Updating compile scripts for macOS
Use either built-in Clang (without OpenMP) or
Homebrew gcc-11.
4 years ago
Holger Vogt
57d812afa8
Compiling for macOS
New compile scripts for ngspice executable and shared library,
using gcc-11 from Homebrew.
All relevant options are included (readline, openmp, X11 graphics etc.)
5 years ago
Holger Vogt
ba9834b1dc
Standard clang compiler does not support OpenMP
Homebrew clang needs to investigted further
5 years ago
Holger Vogt
1d7e54d741
Enable including 'readline' from a non standard location.
--with-readline=<location> may be given instead of --with-readline=yes
This is required when on macOS readline is installed from Homebrew.
Standard Xcode readline in macOS is not compatible with ngspice.
If --with-readline=yes is given, there is no change of behaviour
compared with previous releases.
5 years ago
Holger Vogt
0a0479916c
linking with readline failed
after OS upgrade to Big Sur
Install readline from Homebrew
Edit configure flag with link to new readline:
--with-readline=/usr/local/opt
5 years ago
Holger Vogt
58a61c4c3b
update compile scripts for Linux and macOS
6 years ago
Holger Vogt
e7837b1808
measure compile time elapsed
6 years ago
Holger Vogt
77763a181d
Fixed some comments that appear to have been missed when compile_min.sh was used to create compile_linux.sh
6 years ago
Holger Vogt
95c7cc06e4
64 bit compilation is the standard
6 years ago
Holger Vogt
e0da064f3b
compile script for Linux
8 years ago
Holger Vogt
f4f389dabb
internal help: it is only available when --enable-oldapps is given
ngnutmeg is only made when --enable-oldapps is given during ./configure
8 years ago
h_vogt
927f955156
run ./autogen.sh, if compiling shared ngspice
9 years ago
h_vogt
230bce05cf
remove out-of-date comment.
9 years ago
h_vogt
a3a0aa2338
add info for generating ngspice shared library
9 years ago
h_vogt
44efe91e07
compile_min.sh is now executable
9 years ago
h_vogt
7eba7a7a14
compile_min.sh, add appropriate flags -O2, -s for release build
and drop
'-fno-omit-frame-pointer'. This entry compensates for a compiler bug of actual mingw gcc 4.6.1.
which was introduced in commit
commit 5b1be4d32d
Author: h_vogt <h_vogt>
Date: Sat Jan 28 09:59:27 2012 +0000
prepare for release 24
10 years ago
h_vogt
3f373a0a19
compile_min.sh, mingw, invoke make with -j8 (allow 8 jobs simultaneously)
11 years ago
h_vogt
30a44d1be5
--with-windows --> --with-wingui
13 years ago
h_vogt
215809b99f
change comments, CVS --> git
14 years ago
h_vogt
9e3436004f
prepare release 24
14 years ago
h_vogt
5b1be4d32d
prepare for release 24
14 years ago
h_vogt
df97e2b44a
prepare for release 24
14 years ago
h_vogt
f9a5d631ae
mingw installation
15 years ago
h_vogt
a0235ee242
exit upon make errors
16 years ago
h_vogt
1372c00bf4
exit upon autogen or configure error
16 years ago
dwarning
e359b1f73e
make the make chatty
16 years ago
h_vogt
83da42e3bf
script to compiling MINGW
16 years ago