On Jun 7, 2008, at 6:50 AM, Benoit St-Pierre wrote: > Garth, > > Are these still the steps involved in the installation ? > > cd <somewhere> > curl -O http://www.abode.com/scid/scid-2008050503-osx-menus.tar.bz2 > cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/scid2 > co -d scid scid2 # be sure you've logged in > tar xjvf scid-2008050503-osx-menus.tar.bz2 > cd scid > patch -p0 < scid-2008050503-osx-menus.patch > It seems I get strange messages, and I have an updated system. > Those instructions are out of date. Pascal has committed everything in that patch so it is no longer necessary if working from 3.6.24RC1.
> Besides, for clarification : > > Q1. Do I need to set the path for Tcl/Tk ? No. The configure script will correctly find the version shipped with OS X. > Q2. Do I need to install X11 ? > No. Unless you specifically want to compile against your own installed version of Tk that is built against X11, this is not necessary. Basically you should be able to download .24RC1, untar it, cd into the top-level do: cp Makefile.conf.darwin Makefile.conf ./configure make scid_app As pointed out in another recent thread, that currently doesn't build/ bundle engines, so for the time being those need to be built as before and installed separately. This will change shortly so that nothing further will need to be done. The resulting Scid.app bundle should be moved (using the Finder) to wherever one likes their applications installed (usually / Applications). That's it. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Scid-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scid-users
