Changes between Version 11 and Version 12 of Onion


Ignore:
Timestamp:
04/16/21 18:47:41 (3 years ago)
Author:
admin
Comment:

Onion 1.4

Legend:

Unmodified
Added
Removed
Modified
  • Onion

    v11 v12  
    20201. Download the sources:
    2121{{{
    22 wget -O onion-1.2.tar.gz 'http://corpus.tools/raw-attachment/wiki/Downloads/onion-1.2.tar.gz'
     22wget -O onion-1.4.tar.gz 'http://corpus.tools/raw-attachment/wiki/Downloads/onion-1.4.tar.gz'
    2323}}}
    24242. Extract the downloaded file:
    2525{{{
    26 tar xzvf onion-1.2.tar.gz
     26tar xzvf onion-1.4.tar.gz
    2727}}}
    28 3. Configure the package by editing onion-1.2/Makefile.config:
     283. Configure the package by editing onion-1.4/Makefile.config:
    2929  * set PREFIX (or INSTALL_BIN and INSTALL_DATA) according to where you want the executables and data (docs) installed
    3030  * if you have libjudy installed in a non-standard path you need to:
     
    33334. Install the package (you may need sudo or a root shell for the last command):
    3434{{{
    35 cd onion-1.2/
     35cd onion-1.4/
    3636make
    3737make install