mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
development/regina-rexx: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b354d02eb8
commit
f94855f82e
1 changed files with 10 additions and 10 deletions
|
@ -13,16 +13,16 @@ To create the normal dynamic version just do this:
|
|||
|
||||
Or to create a static version of the rexx binary executable do this:
|
||||
|
||||
1) The Slackware 14.2 ncurses package is built without static libraries.
|
||||
This prevents the static build of regina-rexx from loading properly.
|
||||
In this case:
|
||||
a) Modify the ncurses.SlackBuild and change the "--without-normal"
|
||||
option to "--with-normal"
|
||||
b) Rebuild and reinstall the ncurses package.
|
||||
|
||||
1) The Slackware 14.2 ncurses package is built without static libs.
|
||||
This prevents the static build of regina-rexx from loading properly.
|
||||
In this case:
|
||||
a) Modify the ncurses.SlackBuild and change the "--without-normal"
|
||||
option to "--with-normal"
|
||||
b) Rebuild and reinstall the ncurses package.
|
||||
2) FLAVOR=static sh regina-rexx.SlackBuild
|
||||
|
||||
After installation of the package, a startup script for the rxstack is created:
|
||||
/etc/rc.d/rc.rxstack
|
||||
After installation of the package, a startup script for the rxstack is
|
||||
created: /etc/rc.d/rc.rxstack
|
||||
|
||||
If this needs to run, then it could be started from the /etc/rc.d/rc.local file.
|
||||
If this needs to run, then it could be started from the
|
||||
/etc/rc.d/rc.local file.
|
||||
|
|
Loading…
Reference in a new issue