2011-02-19

Lubuntu 下準備FLTK環境

嘗試在Lubuntu下安裝FLTK的開發環境,順便把步驟紀錄下來:



sudo apt-get install build-essential
sudo apt-get install libx11-dev
sudo apt-get install libgl1-mesa-dev libglu1-mesa-dev

./configure
make
sudo make install
這樣就可以了

接著用下列指令安裝Code::Blocks
sudo apt-get install codeblocks

安裝PyPE
sudo apt-get install python-wxgtk2.8 python-wxtools wx2.8-i18n
sudo apt-get install pype

沒有留言: