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

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
+ (text/html)
Slet denne besked
Besvar denne besked
Skribent: Josh Faust
Dato:  
Til: ros-users
Emne: 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