Title: [Oscar-devel] no "make install" needed any more
Hi Erich:
 
Can I install OSCAR off SVN without running "make dist"?
 
Previously, I would just run the following in my checkout, and OSCAR will be installed to /opt/oscar:
 
# ./autogen.sh && ./configure && make install
 
Cheers,
 
Bernard


From: [EMAIL PROTECTED] on behalf of Erich Focht
Sent: Fri 10/02/2006 09:13
To: [email protected]
Subject: [Oscar-devel] no "make install" needed any more

Hi,

I just checked into trunk a basic change in the build method which affects
everybody who plays with the latest development version.

If you want to build from SVN you need to do the following:
- check out trunk from SVN
- run following commands
  # ./autogen.sh
  # ./configure
  # make dist

  For me the documentation build broke, so I've set the environment variable
  # export OSCAR_SKIP_DOCS=y
  before doing the build. Also: you need to install perl-Qt first!

- The resulting tarball is your OSCAR installation. Unpack it wherever you
  want or rename the directory, change to it and run
  # ./install_cluster eth0
  (or whatever interface you use)

- There is no need for "./configure" and "make install" any more.

- The shell from which you run "install_cluster" will not have the OSCAR_HOME
  environment variable set when you exit from the installation wizard. Login
  again or set it manually.

I checked RHEL4 (actually CentOS 4.2) on i386 and it worked with the current
trunk. Other distro/arch combinations might still be broken.

Regards,
Erich



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Oscar-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to