Changes between Version 1 and Version 2 of BinaryHowto
- Timestamp:
- 01/11/08 08:39:13 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BinaryHowto
v1 v2 2 2 3 3 To create a binary that is usable for others, it has to be statically linked. 4 5 Install therefore the statifier software: http://statifier.sourceforge.net/ 6 7 Then you may execute in your Terminal: 8 {{{ 9 ./configure 10 make clean 11 make 12 statifier web2pici web2piciStatic 13 bzip2 web2piciStatic 14 }}} 15 16 ---- 17 ----