Changes between Initial Version and Version 1 of Ticket #3960, comment 15


Ignore:
Timestamp:
07/27/24 19:41:29 (6 months ago)
Author:
zaytsev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3960, comment 15

    initial v1  
    1818Slang must be compiled with `make static` and `make install-static`. 
    1919 
     20{{{ 
     21LDFLAGS=-static ./configure --prefix=$HOME/opt/slang 
     22gmake static 
     23gmake install-static 
     24}}} 
     25 
    2026glib-2.43.92 (need to patch out `-werror` and codegen stuff): 
    2127