Results 1 to 3 of 3

Thread: Need to add progrom to bin list

  1. #1
    Join Date
    Feb 2007
    Location
    Los Angeles
    Beans
    181
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Need to add progrom to bin list

    I would like to add a program to the bin list so I may start it by just typing in its name. The bin file is located under /etc/arduino/

    Thanks for the help.

  2. #2
    Join Date
    Nov 2008
    Location
    Sheffield, UK
    Beans
    1,514
    Distro
    Ubuntu

    Re: Need to add progrom to bin list

    Quote Originally Posted by uclalinux View Post
    I would like to add a program to the bin list so I may start it by just typing in its name. The bin file is located under /etc/arduino/

    Thanks for the help.

    move the executable to /usr/local/bin/

    edit:

    Depending on what it is or what it needs - it may be best to sym link it

    sudo ln -s /etc/ardunin/[filename] /usr/local/bin/

  3. #3
    Join Date
    Feb 2007
    Location
    Los Angeles
    Beans
    181
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Talking Re: Need to add progrom to bin list

    The latter was what I was looking for.

    Thanks for the help.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •