Changes between Version 11 and Version 12 of Onion
- Timestamp:
- 04/16/21 18:47:41 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Onion
v11 v12 20 20 1. Download the sources: 21 21 {{{ 22 wget -O onion-1. 2.tar.gz 'http://corpus.tools/raw-attachment/wiki/Downloads/onion-1.2.tar.gz'22 wget -O onion-1.4.tar.gz 'http://corpus.tools/raw-attachment/wiki/Downloads/onion-1.4.tar.gz' 23 23 }}} 24 24 2. Extract the downloaded file: 25 25 {{{ 26 tar xzvf onion-1. 2.tar.gz26 tar xzvf onion-1.4.tar.gz 27 27 }}} 28 3. Configure the package by editing onion-1. 2/Makefile.config:28 3. Configure the package by editing onion-1.4/Makefile.config: 29 29 * set PREFIX (or INSTALL_BIN and INSTALL_DATA) according to where you want the executables and data (docs) installed 30 30 * if you have libjudy installed in a non-standard path you need to: … … 33 33 4. Install the package (you may need sudo or a root shell for the last command): 34 34 {{{ 35 cd onion-1. 2/35 cd onion-1.4/ 36 36 make 37 37 make install