LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Compiling FahMon in Linux (https://www.linuxquestions.org/questions/linux-software-2/compiling-fahmon-in-linux-468999/)

C-bro 07-29-2006 09:25 PM

Compiling FahMon in Linux
 
I'm trying to compile FahMon in Ubuntu 6.06. I have wx-GTK installed, but I'm not exactly sure how to compile the source. I've been trying
Code:

g++ <sourcefile>.cpp
to no avail.

Anyone have any advice or a method for this?

Thanks

AwesomeMachine 07-30-2006 01:33 AM

There is a manual page for g++

man g++

gd2shoe 07-30-2006 08:07 PM

Quote:

Linux users: download the sources and compile FahMon by yourself (instructions are included)
I've never installed FahMon, so I can only be of limited help. Look for the instructions that it says come with it. I expect that you will want to look for a "Makefile" (with no file extension). If it does not exist, you will want to look for a configure script that will create a makefile for you. This is the way most source packages are set up. By running command such as "make clean", "make", "make test", and "make install" you will be invoking subsections of the makefile, which will do all the work of using g++ for you. Again, follow the instructions that came with it.

C-bro 07-31-2006 06:02 AM

Thanks for the answers. I ended up solving the problem. Contained in the source was a scons compilation script. I just had to apt-get install the scons package and run it in the src directory. Everything works fine now.


All times are GMT -5. The time now is 02:00 PM.