LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Blueproximity setup (https://www.linuxquestions.org/questions/linux-software-2/blueproximity-setup-930948/)

Nemesissparadise 02-23-2012 05:06 PM

Blueproximity setup
 
How do I set up blue proximity from source... i have unpacked the cource files but am not sure how to run it or make it run on startup... unless someone can tell me what repo to add to Centos 6.2 to install it thru the package manager

corp769 02-23-2012 11:56 PM

In the package, there should be either a README file, or a INSTALL file, most likely both. Have you read them? They will tell you what to do. Under most circumstances, you need to perform the following:
Code:

./configure
make
make test (or) make check
make install (as root)

Cheers,

Josh


All times are GMT -5. The time now is 10:54 AM.