You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
543 B
Plaintext
17 lines
543 B
Plaintext
# requirements
|
|
|
|
- gnucap >= dev-20200626
|
|
- some other packages (but optional)
|
|
|
|
# you own the gnucap installation
|
|
# (i.e. you have write permissions to the paths obtained from gnucap-conf)
|
|
$ ./configure; make install
|
|
|
|
# if you can't write to your gnucap installation
|
|
# (i.e. you have installed a gnucap package provided by your vendor)
|
|
$ ./configure --prefix=/some/other/place; make install
|
|
# it will be useful to
|
|
$ export PATH=/some/other/place:$PATH
|
|
# to make this work seamlessly.
|
|
# (my recommendation for /some/other/place is $HOME/.local)
|