05 07 2008 chemoinformatics Mercurial pluto macbook openbabel Tweet
Open Babel 2.2.0にバージョンがあがったのでインストールをした。ソースから。
同時に、perl,python,rubyのバインディングもコンパイルしてインストールしておく。
WindowsにおいてあるPlutoのファイル群を持ってくる
Windowsで開発しているPlutoをmacでもいじれるようにする。windowsのほうはhg serveと打てばhttpサーバーが立ち上がり、port8000番でアクセスできるようになる。
macのほうはディレクトリを作って初期化してpullしてupdate
mkdir Pluto
cd Pluto
hg init
hg pull http://192.168.XXX.XXX:8000/
hg update
これでOK