← Back to team overview

kicad-developers team mailing list archive

Re: Several Problems with kicad on osx

 

> Brilliant, Cheers David.
> 
> I'm now building using the following command.
> 
> #build it
> cd build/release
> cmake ../../ -DwxWidgets_CONFIG_EXECUTABLE="/usr/local/bin/wx-config" -DwxWidgets_ROOT_DIR="/usr/local/include/wx-2.8" -DCMAKE_INSTALL_PREFIX=/temp/install -DBoost_INCLUDE_DIR=/temp/kicad-sources -DCMAKE_OSX_ARCHITECTURES="ppc -arch i386" -DCPP_FLAGS="-arch i386 -arch ppc -D__ASSERTMACROS__ "
> 
> Is there an easier way to do this? This is part of my nightly svn build script.

Nick i've posted here on Yahoo the file "osx-package.zip" that allows to create a standard apple installation package if you need it, just expand in the svn root and after the compiling process you have to launch for example:
/Developer//usr/bin/packagemaker --doc osx-package.pmdoc --title 'Kicad' -oKicad-2009-04-20.mpkg

And zip all :)






Follow ups

References