try to fix caplist wueuing in verakons
[gnucap-felix.git] / extern / README
blobc9633e66daf3ac656b3a74e60db7edcf1168b278
1 extern:
3 here you can stage external packages, see [1].
5 for example
6 git clone git://tool.em.cs.uni-frankfurt.de/git/gnucap-bsim --branch master extern/bsim
7 cd !$; ./autogen.sh; cd -
8 ./configure
9 make install
11 or just (untested)
12 tar -xf some_bsim_tarball -C extern/bsim --strip-components 1
13 # no autogen
14 ./configure ...
16 this is under construction also for spice3f5
17 results may vary, please report trouble
19 [1] http://www.gnu.org/software/automake/manual/html_node/Subpackages.html