-
-
Notifications
You must be signed in to change notification settings - Fork 213
Building SC IM
Andrés M edited this page Apr 14, 2016
·
27 revisions
Try building SC-IM linking to ncursesw library rather than ncurses library and setting the USELOCALE flag. This will prevent to have problems with special characters (extended ascii chars), whatever encoding you use.
Use gmake and bison. Make sure to have ncurses library or a symlink to it in the library directory. Setup NETBSD in Makefile and other variables, acording to the previous comments. Replace -lncurses with -lcurses in Makefile.
Use gmake and bison for building. Setup FREEBSD in Makefile.
Setup MACOSX in Makefile.
Some OSX users report these to be necessary as well, for SC-IM to be built:
brew install ncurses brew link ncurses
You should see a bunch of /usr/local/lib/libncursesw* file links needed by SC-IM.