安裝
方法1
更新清華源,用install自動安裝。
方法2
下載ARB
wget http://download.arb-home.de/build/latest/arb-6.0.6.ubuntu1404-amd64.tgz
tar -xzvf arb-6.0.6.ubuntu1404-amd64.tgz安裝一些ARB需要的庫
sudo apt-get install xfig libmotif4 libpng3 xloadimage gv libglew1.5 gnuplot
正在讀取軟件包列表... 完成
正在分析軟件包的依賴關(guān)系樹
正在讀取狀態(tài)信息... 完成
注意,根據(jù)正則表達(dá)式 'libglew1.5' 選中了 'libglew1.5-dev'
注意,選中 'libglew-dev' 而非 'libglew1.5-dev'
沒有可用的軟件包 libmotif4,但是它被其它的軟件包引用了。
這可能意味著這個缺失的軟件包可能已被廢棄,
或者只能在其他發(fā)布源中找到
然而下列軟件包會取代它:
libxm4:i386 libuil4:i386 libmrm4:i386 libxm4 libuil4 libmrm4 libmotif-common
E: 軟件包 libmotif4 沒有可安裝候選
- 修改環(huán)境變量
sudo vim /etc/bash.bashrc (vim需要安裝,如果沒有安裝,用gedit也可以)
遇到問題:
Cannot resolve host name when building PT_server in Arb
Solution for Mac:
○ Simply find your local hostname at: System Preferences -> Sharing. Under the Computer Name entry box there is an edit button. Click that and it will show you what your local hostname.
○ Start up a terminal session and enter the commands
cd /etc
sudo pico -w hosts
Add "hostname.local" after 127.0.0.1 localhost
Save
Start Arb again.

要在root下才可以。