Changes between Version 20 and Version 21 of Building/libtorrent


Ignore:
Timestamp:
10/18/2015 08:59:16 PM (9 years ago)
Author:
Cas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Building/libtorrent

    v20 v21  
    2323cd libtorrent-rasterbar 
    2424}}} 
    25  
    26  3.  Build: 
     25 2. Configure: 
    2726{{{ 
    2827./configure --enable-python-binding --with-libgeoip --with-libiconv 
     28}}} 
     29   - ''Logging:'' Add `--enable-logging=default` to get logs in the current working directory. `verbose` and `error` can also be used. 
     30   - ''Debug:'' To create a debug build add `--enable-debug=yes`. 
     31   - ''VCS:'' For source code directly from git, run `./autotool.sh` to create the `configure` script (requires `autoconf`, `automake` & `libtool` packages). 
     32 3. Build: 
     33{{{ 
    2934make -j$(nproc) 
    3035}}} 
    31    - ''Logging:'' Add `--enable-logging=default` to get logs in the current working directory. `verbose` and `error` can also be used. 
    3236   - ''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. 
    3437 
    3538 4. Install library and python bindings: