BoostGSoC17 / geometry

Boost.org geometry module
http://boost.org/libs/geometry
1 stars 3 forks source link

Issues From Learing or Contribution #15

Open Rylynnn opened 7 years ago

Rylynnn commented 7 years ago

Guidelines for Developers

Rylynnn commented 7 years ago

Add issue on boost/geometry: https://github.com/boostorg/geometry/issues/414

UPDATE: Successfully fixed

Rylynnn commented 7 years ago

Fix error:

pyconfig.h no such file or directory boost

with:

sudo apt-get python-dev install
Rylynnn commented 7 years ago

Add PATH in ~/.bashrc:

export http_proxy=http://localhost:8123
export INCLUDE=/home/rylynnn/boost:$INCLUDE
export LIBRARY_PATH=/home/rylynnn/boost/stage/lib:$LIBRARY_PATH
export BOOST_ROOT=/home/rylynnn/boost:$BOOST_ROOT

export PATH=/home/rylynnn/boost:/home/rylynnn/boost/dist/bin:/home/rylynnn/bin:/home/rylynnn/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/rylynnn/.vimpkg/bin
Rylynnn commented 7 years ago

Inverse problem