Changes between Version 18 and Version 19 of Building/libtorrent


Ignore:
Timestamp:
09/11/2015 12:42:07 PM (9 years ago)
Author:
Cas
Comment:

add logging detail

Legend:

Unmodified
Added
Removed
Modified
  • Building/libtorrent

    v18 v19  
    2626 3.  Build: 
    2727{{{ 
    28 ./configure --enable-python-binding 
     28./configure --enable-python-binding --with-libgeoip --with-libiconv 
    2929make -j$(nproc) 
    3030}}} 
    31  ''The `make` option `-j$(nproc)` will utilize all available cpu cores.[[br]] 
    32  ''For source code from directly from git, the `configure` script will need creating by runnning: `./autotool.sh`'' 
     31   - ''Logging:'' Add `--enable-logging=default` to get logs in the current working directory. `verbose` and `error` can also be used. 
     32   - ''CPU Cores:'' The `make` option `-j$(nproc)` will utilize all available cpu cores. 
     33   - ''VCS:'' For source code directly from git/svn, run `./autotool.sh` to create the `configure` script. 
    3334 
    3435 4. Install library and python bindings: