Re: [ros-users] Problem with installing C Turtle on MAC

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
+ (text/html)
このメッセージを削除
このメッセージに返信
著者: Josh Faust
日付:  
To: ros-users
題目: Re: [ros-users] Problem with installing C Turtle on MAC
>
>
> I think I've installed boost correctly, and following lines are in my
> bashrc:
> CPATH=/opt/local/include
> LIBRARY_PATH=/opt/local/lib
> PATH=/opt/local/bin:$PATH
> source ~/ros/setup.sh
>
>

OSX doesn't source .bashrc automatically. You'll need to source it from
your .profile.

Josh