Changes between Initial Version and Version 1 of Ticket #3960, comment 15
- Timestamp:
- 07/27/24 19:41:29 (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3960, comment 15
initial v1 18 18 Slang must be compiled with `make static` and `make install-static`. 19 19 20 {{{ 21 LDFLAGS=-static ./configure --prefix=$HOME/opt/slang 22 gmake static 23 gmake install-static 24 }}} 25 20 26 glib-2.43.92 (need to patch out `-werror` and codegen stuff): 21 27