python boost相關配置

2021-05-24 00:03:23 字數 496 閱讀 1945

1、首先python 是需要是--enable-unicode=ucs4編譯的

2、boost 編譯的時候 相關python的編譯變數填清楚了

如:./bootstrap.sh  --with-icu  --with-python=/usr/local/python/bin/python --with-python-root=/usr/local/python/ --with-python-version=2.5 --prefix=/usr/local/boost_143/ --exec-prefix=/usr/local/boost_143/ 

3、boost 需要編譯出libboost_python 這個動態庫 libboost_python.so

所以./bjam  runtime-link=shared install

4、修改環境變數 ld_library_path  包含/usr/local/boost_143/lib/(為了在執行時可以獲取到libboost_python.so )

python boost學習筆記8,過載函式

這裡學習了 過載使用類似於函式指標的概念,讓python在呼叫的時候知道應該呼叫哪乙個函式 void example d1 example doit std string example d2 unsigned int example doit void example d3 std string ...

Git相關配置

1.git顏色配置 今天在ubuntu上面安裝了git應用程式。通過ssh登入後,使用git status,git diff,沒有顏色顯示。全是黑色,這與公司使用時不一樣。使用預設顏色,配置如下 git config global color.diff auto git config global ...

qtcreator 配置相關

在qtcreator中的工程中,工程通過.pro檔案管理。額外需要連線的連線庫 unix libs lyour lib path lyour lib win32 libs your lib path your lib 額外需要的標頭檔案目錄 includepath your include path...