Changes between Initial Version and Version 1 of doc/packaging/FreeBSD
- Timestamp:
- 07/24/09 15:27:12 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/packaging/FreeBSD
v1 v1 1 Now it's just for testing: 2 3 * Get snapshot here http://biogrid.ru/mc20090724-1.tar.gz 4 * Run aclocal to regen aclocal.m4 5 * Apply [http://midnight-commander.org/attachment/ticket/1422/nongnused_version_sh.patch patch] 6 * Start standard building process: 7 {{{ 8 ./autogen.sh 9 ./configure # your options here, i.e. --with-screen=ncurses 10 ./make && make install 11 }}}