VOGONS


probably dumb question

Topic actions

First post, by Guest

User metadata

if i am trying to install this on a linux system, do i just type ./configurator and then make depend, and then make, and then make install? any help would be great

Reply 1 of 1, by Magamo

User metadata
Rank Member
Rank
Member

You run ./configure (And add options if you feel so inclined)
Then 'make' (Optionally, you can use custom CXXFLAGS here) followed by
'make install' when the build process completes.