Changes between Version 2 and Version 3 of doc-devel/slang-16Mcolors-32bits


Ignore:
Timestamp:
02/01/17 14:21:50 (7 years ago)
Author:
mooffie
Comment:

static S-Lang is less hassle

Legend:

Unmodified
Added
Removed
Modified
  • doc-devel/slang-16Mcolors-32bits

    v2 v3  
    3030./configure --prefix=$HOME/local-slang 
    3131 
    32 make 
    33 make install 
     32make static 
     33make install-static 
    3434 
    3535rm -rf ~/slang-dev 
     
    5656 
    5757# Run mc: 
    58 export LD_LIBRARY_PATH=$HOME/local-slang/lib 
    5958export TERM=xterm-256color        # if it's not already so. 
    6059export COLORTERM=truecolor        # if it's not already so. 
     
    6261# ...then go to Options >> Appearance and choose the 16M skin. 
    6362}}} 
     63 
     64== Static vs shared S-Lang library == 
     65 
     66The instructions above compile & install a ''static'' library of S-Lang. If you want a ''shared'' library, replace "`make static; make install-static`" with "`make; make install`", and before running `mc` do "`export LD_LIBRARY_PATH=$HOME/local-slang/lib`".