View Single Post
  #5   (View Single Post)  
Old 8th May 2009
DrJ DrJ is offline
ISO Quartermaster
 
Join Date: Apr 2008
Location: Gold Country, CA
Posts: 507
Default

Quote:
Originally Posted by Sunsawe View Post
Stupid question but.... once i get the WITH options through that method... how do I use them to compile in one command line?
make -DWITH_OPTION1 -DWITH_OPTION2 ... install clean
Quote:
I have seen this one but, it doesn't really solve my problem. I can help for a port and it's depedencies but it won't help if i have 20 ports to install in a row. or did I miss an option?
You can run "make config" for all 20 and then just "make install clean" them. Usually you only have to do this the first time round. Thereafter there may be a screen or two when you update, but the heavy lifting has been done.
Reply With Quote