X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:mail-followup-to:mime-version :content-type:content-disposition:user-agent; bh=+/Hojm+FlEDhI9nC3I2GU8ScwOuumk5KOm09YWYkitg=; b=FiSnFbMElUiqa7FhkH7qr6/DlzV+r6j50b42azwtrUPTeANmt8KJaq9Cobko3p/fGI PoeCxkaTiBPIRawq3krsGH+REAsmhFJf6H5VqF6AoGCUOEsSPcAZaFdbe06IJEcvMnBx DmsjX3jZ7Lmp9tR1EHJkTdlKKCx9hVphkMvWWV2JUUgmpn8Mp9YnirLKP6AmioQv6uPF vf05XjaqZF0cSwgg9HQsb5yDW19DuFw3zVJFM6rV+llSRWyp68SvU6fSo8XvIRKqqlv/ r1zwUyeyjrFv2HM+NDVTRQi11LSJ+Nubx1ZNaJSIDXLQ0tpe+HEV72IkYOI0D2FzStir KbHg== X-Received: by 10.112.89.201 with SMTP id bq9mr42824170lbb.39.1439551107579; Fri, 14 Aug 2015 04:18:27 -0700 (PDT) Date: Fri, 14 Aug 2015 14:18:25 +0300 From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-developers AT lists DOT launchpad DOT net Cc: geda-user AT delorie DOT com Subject: [geda-user] gEDA on Windows Message-ID: <20150814111825.GA15135@localhost.localdomain> Mail-Followup-To: geda-developers AT lists DOT launchpad DOT net, geda-user AT delorie DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Reply-To: geda-user AT delorie DOT com Hello, gEDA users and developers! I've eventually ended my half-year work on the windows gEDA port. Now, you can try out to cross-compile gEDA for Windows yourself using my minipack fork which you can find at: https://github.com/vzh/minipack News: - Makefile is now used for compilation; you can compile the programs you want using, e.g., 'make pcb', or all programs using just 'make'. You can also make archives using 'make zip' or 'make xz'. - you have to have git to compile some packages: guile, geda-gaf and libgd; change the 'commit' variables in their recipes if you want. - Guile stable-2.0 branch is now used since guile 2.0.11 haw various drawbacks which prevent it from compiling for Windows; Please note: - I didn't try to launch the programs on other Windows versions but Windows XP. - I used the current Debian stable version (jessie) for compilation. - Minipack has no automatic installer, just 'sudo make install' programs onto a windows partition, or copy the output directory there, or unpack the archive where you want, and set the Windows environment variables as README reads. You have to run 'pixbuf.bat' in the bin/ subdirectory to partially fix icons. I've successfully run the following programs: - gattrib - gnetlist - gsymcheck - gschlas - gaf (gaf shell, gaf export, gaf config) - grenum - gschem gsch2pcb crashes (I suppose it needs shell supporting pipes; however, I have no such shell in Windows, so cannot verify if it's true). YMMV. Cheers, Vladimir