Prophidys / RTG2

Realtime Traffic Grapher 2
GNU General Public License v2.0
11 stars 9 forks source link

installation #23

Closed Prophidys closed 9 years ago

Prophidys commented 9 years ago

From jskha...@gmail.com on July 15, 2011 17:23:00

Hi , How we can compile and install , there is no configure file in the tarbal , no install.sh script...plz advice

BR

Original issue: http://code.google.com/p/rtg2/issues/detail?id=23

Prophidys commented 9 years ago

From cjm...@gmail.com on July 22, 2011 03:03:51

Compilation is started by running ./bootstrap.sh - this generates ./configure, and you can then configure, make, make install as normal.

Prophidys commented 9 years ago

From jskha...@gmail.com on August 05, 2011 07:03:59

Hi , thx for your help , but boostrap generate aclocal : command not found ??

Thx for your support

Prophidys commented 9 years ago

From pete...@gmail.com on December 31, 2011 01:07:02

You need to add aclocal along with a few other development tools to your system. For example, on CentOS, I needed the following. YMMV however...

yum install libtool.x86_64 yum install libtool-ltdl.x86_64 yum install libtool-ltdl-devel.x86_64 yum install libpng-devel.x86_64 yum install gd-devel.x86_6 yum install byacc.x86_64 yum install flex.x86_64

Prophidys commented 9 years ago

I'm Closing this issue.