X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <20130114000219.15484.qmail@stuge.se> Date: Mon, 14 Jan 2013 01:02:19 +0100 From: Peter Stuge To: geda-user AT delorie DOT com Subject: Re: [geda-user] windows pcb version Mail-Followup-To: geda-user AT delorie DOT com References: <50F20C2D DOT 5080407 AT ecosensory DOT com> <201301130123 DOT r0D1NwQJ003903 AT envy DOT delorie DOT com> <50F34397 DOT 8000700 AT ecosensory DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <50F34397.8000700@ecosensory.com> Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk John Griessen wrote: > How about make? What version of make works the same on windows, You can get GNU make for Windows from a few different places; http://gnuwin32.sourceforge.net/packages/make.htm http://sourceforge.net/projects/mingw/files/MinGW/Extension/make/make-3.82-mingw32/make-3.82-5-mingw32-bin.tar.lzma/ or as part of a full MSYS setup: http://www.mingw.org/wiki/MSYS http://www.mingw.org/wiki/Getting_Started (but note that MSYS is hugely overkill if all you want is GNU make) > or should I tell them how to install cmake, (and also learn to use > that myself)? cmake is a very different tool, used only for generating Makefiles. I don't think it's useful for pcb work. //Peter