Discussion:
What OS do people use KiCad on
tread_water1-/E1597aS9LQAvxtiuMwx3w@public.gmane.org [kicad-users]
2014-07-05 14:17:37 UTC
Permalink
All,
I am working on a revised build system for KiCad. What operating systems do people use KiCad on?


I am targeting:
Ubuntu Linux 14.04 LTS 64-bit
Ubuntu Linux 12.04 LTS 64-bit
Fedora Linux 20 64-bit
Fedora Linux 19 64-bit
Win Pro 8.1 64-bit (using cygwin/mingw)

Win Pro 7.1 64-bit (using cygwin/mingw)
OS X 10.9.4 64-bit
OS X 10.8.5 64-bit
OS X 10.7.5 64-bit


Are there any others that people routinely use? tread
Jeff Barlow Jeff-GhXi1JGjqaOsTnJN9+BGXg@public.gmane.org [kicad-users]
2014-07-06 22:07:23 UTC
Permalink
Post by tread_water1-/***@public.gmane.org [kicad-users]
I am working on a revised build system for KiCad. What operating systems
do people use KiCad on?
openSUSE 13.1 with KDE 4.11
--
Later,
Jeff


------------------------------------
Posted by: Jeff Barlow <jeff-mEbaRf9SNKKsTnJN9+***@public.gmane.org>
------------------------------------

Please read the Kicad FAQ in the group files section before posting your question.
Please post your bug reports here. They will be picked up by the creator of Kicad.
Please visit http://www.kicadlib.org for details of how to contribute your symbols/modules to the kicad library.
For building Kicad from source and other development questions visit the kicad-devel group at http://groups.yahoo.com/group/kicad-devel
------------------------------------

Yahoo Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/kicad-users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/kicad-users/join
(Yahoo! ID required)

<*> To change settings via email:
kicad-users-digest-***@public.gmane.org
kicad-users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
kicad-users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/
tread_water1-/E1597aS9LQAvxtiuMwx3w@public.gmane.org [kicad-users]
2014-07-06 23:09:42 UTC
Permalink
Thanks. I will add to my list. tread
Andy Eskelson andyyahoo-a/MRwybp7yP10XsdtD+oqA@public.gmane.org [kicad-users]
2014-07-07 17:23:49 UTC
Permalink
On 06 Jul 2014 16:09:42 -0700
Post by tread_water1-/***@public.gmane.org [kicad-users]
Thanks. I will add to my list. tread
SUSE here as well.

andy


------------------------------------
Posted by: Andy Eskelson <andyyahoo-a/MRwybp7yP10XsdtD+***@public.gmane.org>
------------------------------------

Please read the Kicad FAQ in the group files section before posting your question.
Please post your bug reports here. They will be picked up by the creator of Kicad.
Please visit http://www.kicadlib.org for details of how to contribute your symbols/modules to the kicad library.
For building Kicad from source and other development questions visit the kicad-devel group at http://groups.yahoo.com/group/kicad-devel
------------------------------------

Yahoo Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/kicad-users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/kicad-users/join
(Yahoo! ID required)

<*> To change settings via email:
kicad-users-digest-***@public.gmane.org
kicad-users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
kicad-users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/
tread_water1-/E1597aS9LQAvxtiuMwx3w@public.gmane.org [kicad-users]
2014-07-07 18:35:14 UTC
Permalink
OK, looks like I have a good list. I will add a 32-bit build in the second tier for Windows and Ubuntu. That will flesh out some library differences. I added openSUSE, which uses a different package installer so that is adding some complexity. For the other Linux flavors, I won't work on getting it to build but I have a suspicion that once I get a binary Debian or RedHat install package the package might just work on these other flavors.

Most of the developers have their machines customized so they don't necessarily run into the problems us mere mortals run into when trying to build. I am starting from vanilla installs and working through all the dependencies.


For the first tier I avoided OS X 10.6 because Apple changed the preferred C++ libraries from 10.7 on. I do have a 10.6 VM so when it builds reliably on a vanilla 10.9 install I will see what it takes to back port.

This is a part time activity and building KiCad on all of these platforms is very complex so it could be a couple of weeks before I have anything useful. tread
Andy Eskelson andyyahoo-a/MRwybp7yP10XsdtD+oqA@public.gmane.org [kicad-users]
2014-07-08 22:11:20 UTC
Permalink
On 07 Jul 2014 11:35:14 -0700
Post by tread_water1-/***@public.gmane.org [kicad-users]
OK, looks like I have a good list. I will add a 32-bit build in the second tier for Windows and Ubuntu. That will flesh out some library differences. I added openSUSE, which uses a different package installer so that is adding some complexity. For the other Linux flavors, I won't work on getting it to build but I have a suspicion that once I get a binary Debian or RedHat install package the package might just work on these other flavors.
In the past my usual method of "installing" Kicad on SUSE was to open up
the Ubuntu binary package, and just drag the kicad folder into usr/local

Worked very nicely, and made changing versions simple, just rename the
kicad directory then drag the new one across. a quick rename gets you
back to the first if things go wrong.

If the new build uses the same single directory structure then a simple
shell script could be used to do the installs if you want to go down
that route. That would save a lot of messing about with different package
installer systems.

Andy





------------------------------------
Posted by: Andy Eskelson <andyyahoo-a/MRwybp7yP10XsdtD+***@public.gmane.org>
------------------------------------

Please read the Kicad FAQ in the group files section before posting your question.
Please post your bug reports here. They will be picked up by the creator of Kicad.
Please visit http://www.kicadlib.org for details of how to contribute your symbols/modules to the kicad library.
For building Kicad from source and other development questions visit the kicad-devel group at http://groups.yahoo.com/group/kicad-devel
------------------------------------

Yahoo Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/kicad-users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/kicad-users/join
(Yahoo! ID required)

<*> To change settings via email:
kicad-users-digest-***@public.gmane.org
kicad-users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
kicad-users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/
Mike Wirth mwirth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org [kicad-users]
2014-07-07 19:31:03 UTC
Permalink
Couple comments (mainly for tread):


- Looks like you found a lot of "stray dogs".
- My sympathy to the fellow running Vista :-)
- In spite of the comments about the "good old days" of text mail,
before Yahoo, etc., it seems that one of the free online voting services
would be a better place to collect stats on OS usage for KiCad than email.
Hopefully, then you could rank the top candidates, rather than be
overwhelmed by outliers.
- My hearty thanks and encouragement to tread for taking on this effort.
- My preferred platform is the latest version of OS X 64-bit, and have
submitted comments to this list about "lessons learned" building KiCad
there. As a sometimes Mac developer, I would be happy to help on that
platform any way I can.


HTH,


Mike
Post by Andy Eskelson andyyahoo-a/MRwybp7yP10XsdtD+***@public.gmane.org [kicad-users]
On 06 Jul 2014 16:09:42 -0700
Post by tread_water1-/***@public.gmane.org [kicad-users]
Thanks. I will add to my list. tread
SUSE here as well.
andy
bitbucket2013-BujAMggRO2JWk0Htik3J/w@public.gmane.org [kicad-users]
2014-07-06 22:19:08 UTC
Permalink
Post by tread_water1-/***@public.gmane.org [kicad-users]
OS X 10.9.4 64-bit
Would like see an uptodate built binary on the wiki. I can never seem to get it built correctly.
swulf530-/E1597aS9LQAvxtiuMwx3w@public.gmane.org [kicad-users]
2014-07-07 01:26:45 UTC
Permalink
* Windows 7 Professional 64 bit
* Ubuntu 12.04 LTS
'A. V. Dolganoff' adolganov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org [kicad-users]
2014-07-07 09:08:58 UTC
Permalink
Windows 7 Professional 64 bit too
Post by swulf530-/***@public.gmane.org [kicad-users]
* Windows 7 Professional 64 bit
Danilo Uccelli danucc-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org [kicad-users]
2014-07-07 10:01:48 UTC
Permalink
Linux (Debian distributions)
Best regards
Post by 'A. V. Dolganoff' adolganov-***@public.gmane.org [kicad-users]
Windows 7 Professional 64 bit too
Post by swulf530-/***@public.gmane.org [kicad-users]
* Windows 7 Professional 64 bit
n1ist-Wuw85uim5zDR7s880joybQ@public.gmane.org [kicad-users]
2014-07-07 13:07:37 UTC
Permalink
Win 7 32-bit

Thanks very much for doing this.

/mike

 
Jean-Paul Louis louijp-/E1597aS9LQAvxtiuMwx3w@public.gmane.org [kicad-users]
2014-07-07 15:13:12 UTC
Permalink
I can build on three platforms.

I use preferably Mac OS X 10.9.4

On occasion, I use a VM (Parallels 9) with Linux (Ubuntu and/or Debian)

Last a VM (Parallels 9) with Windows 8.1 (only for software that does not run on the other platforms)

Jean-Paul
AC9GH
Post by n1ist-***@public.gmane.org [kicad-users]
Win 7 32-bit
Thanks very much for doing this.
/mike
------------------------------------

------------------------------------

Please read the Kicad FAQ in the group files section before posting your question.
Please post your bug reports here. They will be picked up by the creator of Kicad.
Please visit http://www.kicadlib.org for details of how to contribute your symbols/modules to the kicad library.
For building Kicad from source and other development questions visit the kicad-devel group at http://groups.yahoo.com/group/kicad-devel
------------------------------------

Yahoo Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/kicad-users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/kicad-users/join
(Yahoo! ID required)

<*> To change settings via email:
kicad-users-digest-***@public.gmane.org
kicad-users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
kicad-users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/
Donald H Locker dhlocker-Wuw85uim5zDR7s880joybQ@public.gmane.org [kicad-users]
2014-07-07 02:02:39 UTC
Permalink
Ubuntu 12.04, 64bit; Ubuntu 14.04, 64-bit, Windows 7.? 64-bit.

Donald.

----- Original Message -----
Sent: Saturday, July 5, 2014 10:17:37 AM
Subject: [kicad-users] What OS do people use KiCad on
All,
I am working on a revised build system for KiCad. What operating systems do
people use KiCad on?
Ubuntu Linux 14.04 LTS 64-bit
Ubuntu Linux 12.04 LTS 64-bit
Fedora Linux 20 64-bit
Fedora Linux 19 64-bit
Win Pro 8.1 64-bit (using cygwin/mingw)
Win Pro 7.1 64-bit (using cygwin/mingw)
OS X 10.9.4 64-bit
OS X 10.8.5 64-bit
OS X 10.7.5 64-bit
Are there any others that people routinely use? tread
------------------------------------
Posted by: Donald H Locker <dhlocker-***@public.gmane.org>
------------------------------------

Please read the Kicad FAQ in the group files section before posting your question.
Please post your bug reports here. They will be picked up by the creator of Kicad.
Please visit http://www.kicadlib.org for details of how to contribute your symbols/modules to the kicad library.
For building Kicad from source and other development questions visit the kicad-devel group at http://groups.yahoo.com/group/kicad-devel
------------------------------------

Yahoo Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/kicad-users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/kicad-users/join
(Yahoo! ID required)

<*> To change settings via email:
kicad-users-digest-***@public.gmane.org
kicad-users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
kicad-users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/
arthur_torrey-Wuw85uim5zDR7s880joybQ@public.gmane.org [kicad-users]
2014-07-07 02:43:34 UTC
Permalink
I am strictly a Free Software user - Not quite as fanatical about it as Dr. Stallman, but I try...

Currently I am on Kubuntu 12.04 LTS, NOT Ubuntu (I only allow Gnomes in the garden, and Ubiquity is VILE!) Not sure if it is 32 or 64 bit.

Now that 14.04 has been out for a while, I'll probably be checking to see if it still has any major glitches outstanding and upgrading to it in the next few months.

------------------
Arthur Torrey - <arthur_torrey-***@public.gmane.org>
-------------------


----- Original Message -----
From: tread_water1-/***@public.gmane.org [kicad-users] <kicad-users-***@public.gmane.org>
To: kicad-users-***@public.gmane.org
Sent: Sat, 05 Jul 2014 14:17:37 -0000 (UTC)
Subject: [kicad-users] What OS do people use KiCad on

All,
I am working on a revised build system for KiCad. What operating systems do people use KiCad on?


I am targeting:
Ubuntu Linux 14.04 LTS 64-bit
Ubuntu Linux 12.04 LTS 64-bit
Fedora Linux 20 64-bit
Fedora Linux 19 64-bit
Win Pro 8.1 64-bit (using cygwin/mingw)

Win Pro 7.1 64-bit (using cygwin/mingw)
OS X 10.9.4 64-bit
OS X 10.8.5 64-bit
OS X 10.7.5 64-bit


Are there any others that people routinely use? tread



------------------------------------
Posted by: arthur_torrey-***@public.gmane.org
------------------------------------

Please read the Kicad FAQ in the group files section before posting your question.
Please post your bug reports here. They will be picked up by the creator of Kicad.
Please visit http://www.kicadlib.org for details of how to contribute your symbols/modules to the kicad library.
For building Kicad from source and other development questions visit the kicad-devel group at http://groups.yahoo.com/group/kicad-devel
------------------------------------

Yahoo Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/kicad-users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/kicad-users/join
(Yahoo! ID required)

<*> To change settings via email:
kicad-users-digest-***@public.gmane.org
kicad-users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
kicad-users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/
Colin Hinz lists-32GESkZzKOqaMJb+Lgu22Q@public.gmane.org [kicad-users]
2014-07-07 03:08:14 UTC
Permalink
Post by tread_water1-/***@public.gmane.org [kicad-users]
All,
I am working on a revised build system for KiCad. What operating
systems do people use KiCad on?
Ubuntu Linux 14.04 LTS 64-bit
Ubuntu Linux 12.04 LTS 64-bit
Fedora Linux 20 64-bit
Fedora Linux 19 64-bit
Win Pro 8.1 64-bit (using cygwin/mingw)
Win Pro 7.1 64-bit (using cygwin/mingw)
OS X 10.9.4 64-bit
OS X 10.8.5 64-bit
OS X 10.7.5 64-bit
Are there any others that people routinely use? tread
Currently, I'm using Win Pro 7.x 64-bit
In the not-to-distant future, Linux Mint with the Mate DE.

Thanks for asking!

- Colin


---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com



------------------------------------
Posted by: Colin Hinz <lists-32GESkZzKOqaMJb+***@public.gmane.org>
------------------------------------

Please read the Kicad FAQ in the group files section before posting your question.
Please post your bug reports here. They will be picked up by the creator of Kicad.
Please visit http://www.kicadlib.org for details of how to contribute your symbols/modules to the kicad library.
For building Kicad from source and other development questions visit the kicad-devel group at http://groups.yahoo.com/group/kicad-devel
------------------------------------

Yahoo Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/kicad-users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/kicad-users/join
(Yahoo! ID required)

<*> To change settings via email:
kicad-users-digest-***@public.gmane.org
kicad-users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
kicad-users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/
Robert birmingham_spider-hi6Y0CQ0nG0@public.gmane.org [kicad-users]
2014-07-07 07:18:56 UTC
Permalink
All, I am working on a revised build system for KiCad. What operating
systems do people use KiCad on?
Win 7 Home Premium SP1 64 bit.

Regards,

Robert.
--
() Plain text email - safe, readable, inclusive.
/\ http://www.asciiribbon.org/


------------------------------------
Posted by: Robert <birmingham_spider-***@public.gmane.org>
------------------------------------

Please read the Kicad FAQ in the group files section before posting your question.
Please post your bug reports here. They will be picked up by the creator of Kicad.
Please visit http://www.kicadlib.org for details of how to contribute your symbols/modules to the kicad library.
For building Kicad from source and other development questions visit the kicad-devel group at http://groups.yahoo.com/group/kicad-devel
------------------------------------

Yahoo Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/kicad-users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/kicad-users/join
(Yahoo! ID required)

<*> To change settings via email:
kicad-users-digest-***@public.gmane.org
kicad-users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
kicad-users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/
shazanaz2001-/E1597aS9LQAvxtiuMwx3w@public.gmane.org [kicad-users]
2014-07-07 07:28:01 UTC
Permalink
 Win Vista 32bit
Andrew Armstrong andrew-CJC5pBDjpm2X/4koqx8SDw@public.gmane.org [kicad-users]
2014-07-07 11:29:38 UTC
Permalink
Win 8.1 64 bit, with addons to make it as desktop as possible with the
minimum of Metro.
Post by shazanaz2001-/***@public.gmane.org [kicad-users]
Win Vista 32bit
David Novak david.novak-qQZA94dSD0UAvxtiuMwx3w@public.gmane.org [kicad-users]
2014-07-07 12:26:19 UTC
Permalink
Win 7 64bit pro
Post by shazanaz2001-/***@public.gmane.org [kicad-users]
Win Vista 32bit
--
David Novak

Dajac Inc.
317-608-0500 ext. 112

www.Dajac.com
David.Novak-***@public.gmane.org

This electronic message contains information which may be legally
confidential and/or privileged. The information is intended solely for
the individual or entity named above and access by anyone else is
unauthorized. If you are not the intended recipient, any disclosure,
copying, distribution, or use of the contents of this information is
prohibited and may be unlawful. If you have received this electronic
transmission in error, please reply immediately to the sender that you
have received the message in error, and delete it. Thank you.
Maciej Sumiński maciej.suminski-vJEk5272eHo@public.gmane.org [kicad-users]
2014-07-07 07:29:38 UTC
Permalink
Post by tread_water1-/***@public.gmane.org [kicad-users]
All,
I am working on a revised build system for KiCad. What operating systems do people use KiCad on?
Ubuntu Linux 14.04 LTS 64-bit
Ubuntu Linux 12.04 LTS 64-bit
Fedora Linux 20 64-bit
Fedora Linux 19 64-bit
Win Pro 8.1 64-bit (using cygwin/mingw)
Win Pro 7.1 64-bit (using cygwin/mingw)
OS X 10.9.4 64-bit
OS X 10.8.5 64-bit
OS X 10.7.5 64-bit
Are there any others that people routinely use? tread
Hi,

That is a great initiative, KiCad needs binary releases to reach wider
audience. What do you think about contacting Adam Wolf? He has already
made a few steps, but I think he needs some manpower to accomplish the
goal. Have a look at:
https://lists.launchpad.net/kicad-developers/msg12153.html

Regards,
Orson


------------------------------------
Posted by: =?UTF-8?B?TWFjaWVqIFN1bWnFhHNraQ==?= <maciej.suminski-***@public.gmane.org>
------------------------------------

Please read the Kicad FAQ in the group files section before posting your question.
Please post your bug reports here. They will be picked up by the creator of Kicad.
Please visit http://www.kicadlib.org for details of how to contribute your symbols/modules to the kicad library.
For building Kicad from source and other development questions visit the kicad-devel group at http://groups.yahoo.com/group/kicad-devel
------------------------------------

Yahoo Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/kicad-users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/kicad-users/join
(Yahoo! ID required)

<*> To change settings via email:
kicad-users-digest-***@public.gmane.org
kicad-users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
kicad-users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/
Karakai Andras karakai.andras-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org [kicad-users]
2014-07-07 07:39:52 UTC
Permalink
Arch Linux 64-bit
Post by tread_water1-/***@public.gmane.org [kicad-users]
Post by tread_water1-/***@public.gmane.org [kicad-users]
All,
I am working on a revised build system for KiCad. What operating systems
do people use KiCad on?
Post by tread_water1-/***@public.gmane.org [kicad-users]
Ubuntu Linux 14.04 LTS 64-bit
Ubuntu Linux 12.04 LTS 64-bit
Fedora Linux 20 64-bit
Fedora Linux 19 64-bit
Win Pro 8.1 64-bit (using cygwin/mingw)
Win Pro 7.1 64-bit (using cygwin/mingw)
OS X 10.9.4 64-bit
OS X 10.8.5 64-bit
OS X 10.7.5 64-bit
Are there any others that people routinely use? tread
Hi,
That is a great initiative, KiCad needs binary releases to reach wider
audience. What do you think about contacting Adam Wolf? He has already
made a few steps, but I think he needs some manpower to accomplish the
https://lists.launchpad.net/kicad-developers/msg12153.html
Regards,
Orson
Alain Mouette alainm-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org [kicad-users]
2014-07-07 22:29:02 UTC
Permalink
I use Ubuntu 14.04 LTS 32 bits.
(unfortunatly some important programs do not work on 64 bits, so
*please* dont forguet 32 bits

Alain
PS: I also use Debian 6.06 but it will upgradates soon, so it't ok if
you drop that one...
Post by Maciej Sumiński maciej.suminski-***@public.gmane.org [kicad-users]
Post by tread_water1-/***@public.gmane.org [kicad-users]
All,
I am working on a revised build system for KiCad. What operating systems do people use KiCad on?
Ubuntu Linux 14.04 LTS 64-bit
Ubuntu Linux 12.04 LTS 64-bit
Fedora Linux 20 64-bit
Fedora Linux 19 64-bit
Win Pro 8.1 64-bit (using cygwin/mingw)
Win Pro 7.1 64-bit (using cygwin/mingw)
OS X 10.9.4 64-bit
OS X 10.8.5 64-bit
OS X 10.7.5 64-bit
Are there any others that people routinely use? tread
Hi,
That is a great initiative, KiCad needs binary releases to reach wider
audience. What do you think about contacting Adam Wolf? He has already
made a few steps, but I think he needs some manpower to accomplish the
https://lists.launchpad.net/kicad-developers/msg12153.html
Regards,
Orson
------------------------------------
------------------------------------
Please read the Kicad FAQ in the group files section before posting your question.
Please post your bug reports here. They will be picked up by the creator of Kicad.
Please visit http://www.kicadlib.org for details of how to contribute your symbols/modules to the kicad library.
For building Kicad from source and other development questions visit the kicad-devel group at http://groups.yahoo.com/group/kicad-devel
------------------------------------
Yahoo Groups Links
------------------------------------
Posted by: Alain Mouette <alainm-e+***@public.gmane.org>
------------------------------------

Please read the Kicad FAQ in the group files section before posting your question.
Please post your bug reports here. They will be picked up by the creator of Kicad.
Please visit http://www.kicadlib.org for details of how to contribute your symbols/modules to the kicad library.
For building Kicad from source and other development questions visit the kicad-devel group at http://groups.yahoo.com/group/kicad-devel
------------------------------------

Yahoo Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/kicad-users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/kicad-users/join
(Yahoo! ID required)

<*> To change settings via email:
kicad-users-digest-***@public.gmane.org
kicad-users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
kicad-users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/
Javier Serrano javier.serrano.pareja-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org [kicad-users]
2014-07-15 08:17:02 UTC
Permalink
Post by tread_water1-/***@public.gmane.org [kicad-users]
Post by tread_water1-/***@public.gmane.org [kicad-users]
All,
I am working on a revised build system for KiCad. What operating systems
do people use KiCad on?
Post by tread_water1-/***@public.gmane.org [kicad-users]
Ubuntu Linux 14.04 LTS 64-bit
Ubuntu Linux 12.04 LTS 64-bit
Fedora Linux 20 64-bit
Fedora Linux 19 64-bit
Win Pro 8.1 64-bit (using cygwin/mingw)
Win Pro 7.1 64-bit (using cygwin/mingw)
OS X 10.9.4 64-bit
OS X 10.8.5 64-bit
OS X 10.7.5 64-bit
Are there any others that people routinely use? tread
Hi,
That is a great initiative, KiCad needs binary releases to reach wider
audience. What do you think about contacting Adam Wolf? He has already
made a few steps, but I think he needs some manpower to accomplish the
https://lists.launchpad.net/kicad-developers/msg12153.html
Regards,
Orson
+1
There are few things that could do more for KiCad in the short term than
providing an easy way to install recent versions in as many platforms as
possible. I second Orson's suggestion to get in touch with Adam Wolf.

Cheers,

Javier
'A. V. Dolganoff' adolganov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org [kicad-users]
2014-07-15 08:21:46 UTC
Permalink
One thing where stable binary releases are very much needed, is the user
documentation. Nobody will be able to write proper online help and docs
without the proper release schedule...


On Tue, Jul 15, 2014 at 10:17 AM, Javier Serrano
Post by Javier Serrano javier.serrano.pareja-***@public.gmane.org [kicad-users]
Post by tread_water1-/***@public.gmane.org [kicad-users]
Post by tread_water1-/***@public.gmane.org [kicad-users]
All,
I am working on a revised build system for KiCad. What operating
systems do people use KiCad on?
Post by tread_water1-/***@public.gmane.org [kicad-users]
Ubuntu Linux 14.04 LTS 64-bit
Ubuntu Linux 12.04 LTS 64-bit
Fedora Linux 20 64-bit
Fedora Linux 19 64-bit
Win Pro 8.1 64-bit (using cygwin/mingw)
Win Pro 7.1 64-bit (using cygwin/mingw)
OS X 10.9.4 64-bit
OS X 10.8.5 64-bit
OS X 10.7.5 64-bit
Are there any others that people routinely use? tread
Hi,
That is a great initiative, KiCad needs binary releases to reach wider
audience. What do you think about contacting Adam Wolf? He has already
made a few steps, but I think he needs some manpower to accomplish the
https://lists.launchpad.net/kicad-developers/msg12153.html
Regards,
Orson
+1
There are few things that could do more for KiCad in the short term than
providing an easy way to install recent versions in as many platforms as
possible. I second Orson's suggestion to get in touch with Adam Wolf.
Cheers,
Javier
Javier Serrano javier.serrano.pareja-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org [kicad-users]
2014-07-15 08:45:49 UTC
Permalink
Post by 'A. V. Dolganoff' adolganov-***@public.gmane.org [kicad-users]
One thing where stable binary releases are very much needed, is the user
documentation. Nobody will be able to write proper online help and docs
without the proper release schedule...
Yes, I agree 100%. The process whereby the documentation team is allowed to
finish good documentation before a release should be described in the
"stable" release procedure mentioned as one of the forthcoming deliverables
in KiCad's official roadmap [1]. But that's a longer term deliverable. In
the short term, making installation of recent non-stable versions easier
for everybody, even if they are not properly documented, would already be a
big improvement. BTW, these easy installation procedures and binaries
should be available from the official KiCad website [2], so I guess Miguel
Ángel Ajo should also be involved.

Cheers,

Javier

[1]
http://bazaar.launchpad.net/~kicad-product-committers/kicad/product/view/head:/Documentation/development/road-map.md
[2] http://www.kicad-pcb.org/
Amphibious amphibious-BnlerGaajfUdnm+yROfE0A@public.gmane.org [kicad-users]
2014-07-07 07:47:42 UTC
Permalink
Post by tread_water1-/***@public.gmane.org [kicad-users]
OS X 10.8.5 64-bit
you would make me incredibly happy!)

If I can help by testing let me know. I am a complete idiot when it comes to programming and compiling though…

cheers
ff
"Zoran A. Šćepanović" zastos-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org [kicad-users]
2014-07-07 08:48:48 UTC
Permalink
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Post by tread_water1-/***@public.gmane.org [kicad-users]
All,
I am working on a revised build system for KiCad. What operating
systems do people use KiCad on?
Ubuntu 14.04 LTS 64-bit
Win7 Ultimate 64-bit
WinXP Pro 32-bit

- --
Best regards
Zoran A. Šćepanović
zastos-***@public.gmane.org
+381 63 609-993


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBAgAGBQJTul7vAAoJEB8b5y+tT/OGvK0H/R7QtajNvv8K/vFeuNtz6cGy
tRghL0CjIipCvw7fDREie7AwigUG2YibSKm9b+jaXitLrr3clu8ditMdYgTWc/m5
8SjwjMwhcVcVIcF0H7NkrwJO8XiN9Cqnd8dZvDXGUGgPNkKOtQ2iNt/DEyY5JJ5+
2hTakWiZPaegC4k08rK+8Wc+yQnmYfimZgB30Jc1f5DB4H1VCaEADrH+8raRPDUI
VlZrxT7oYgJO+RE46tqTuod0dWj6QmmAeFEwHzWrfcRZUVM737EeJPccIqdmYyXK
aFwbUmgOUif7XlvGNiVESG8gScpAe3AUiEaEDcqaSO/IFu1BxeymPrcfUTFr1IE=
=RWcJ
-----END PGP SIGNATURE-----


------------------------------------
Posted by: =?UTF-8?B?IlpvcmFuIEEuIMWgxIdlcGFub3ZpxIci?= <zastos-***@public.gmane.org>
------------------------------------

Please read the Kicad FAQ in the group files section before posting your question.
Please post your bug reports here. They will be picked up by the creator of Kicad.
Please visit http://www.kicadlib.org for details of how to contribute your symbols/modules to the kicad library.
For building Kicad from source and other development questions visit the kicad-devel group at http://groups.yahoo.com/group/kicad-devel
------------------------------------

Yahoo Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/kicad-users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/kicad-users/join
(Yahoo! ID required)

<*> To change settings via email:
kicad-users-digest-***@public.gmane.org
kicad-users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
kicad-users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/
red0queen red0queen-OiPCit9kEXOZuzBka8ofvg@public.gmane.org [kicad-users]
2014-07-07 10:41:30 UTC
Permalink
Debian wheezy
Post by tread_water1-/***@public.gmane.org [kicad-users]
All,
I am working on a revised build system for KiCad. What operating
systems do people use KiCad on?
Ubuntu Linux 14.04 LTS 64-bit
Ubuntu Linux 12.04 LTS 64-bit
Fedora Linux 20 64-bit
Fedora Linux 19 64-bit
Win Pro 8.1 64-bit (using cygwin/mingw)
Win Pro 7.1 64-bit (using cygwin/mingw)
OS X 10.9.4 64-bit
OS X 10.8.5 64-bit
OS X 10.7.5 64-bit
Are there any others that people routinely use? tread
Michael McCormack mike-0L7TtryIStp+dx2oXPnwiwC/G2K4zDHf@public.gmane.org [kicad-users]
2014-07-07 11:05:54 UTC
Permalink
Mint Debian (aka LMDE) MATE desktop which is based of Debian Testing
solydxk XFCE desktop which is also based on Debian Testing
--
Cheers

Mike
alzie alzie-H+0wwilmMs3R7s880joybQ@public.gmane.org [kicad-users]
2014-07-07 14:29:50 UTC
Permalink
Ubuntu unity, xubuntu (xfce), and enlightenment e17.
Works pretty well on all of em.


Al D.
--
AC2CL


I do not think there is any thrill that
can go through the human heart like that felt by the inventor as
he sees some creation of the brain unfolding to success...
Such emotions make a man forget food, sleep, friends, love, everything.


- Nikola Tesla


http://alziedood.wordpress.com/




------------------------------------
Posted by: alzie <alzie-H+***@public.gmane.org>
------------------------------------

Please read the Kicad FAQ in the group files section before posting your question.
Please post your bug reports here. They will be picked up by the creator of Kicad.
Please visit http://www.kicadlib.org for details of how to contribute your symbols/modules to the kicad library.
For building Kicad from source and other development questions visit the kicad-devel group at http://groups.yahoo.com/group/kicad-devel
------------------------------------

Yahoo Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/kicad-users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/kicad-users/join
(Yahoo! ID required)

<*> To change settings via email:
kicad-users-digest-***@public.gmane.org
kicad-users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
kicad-users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/
grps grps-y4ssIV5fKTg8TDmHOjzjNtBPR1lH4CV8@public.gmane.org [kicad-users]
2014-07-07 11:20:09 UTC
Permalink
I am using Windows 2000 SP4.
Post by tread_water1-/***@public.gmane.org [kicad-users]
All,
I am working on a revised build system for KiCad. What operating
systems do people use KiCad on?
Ubuntu Linux 14.04 LTS 64-bit
Ubuntu Linux 12.04 LTS 64-bit
Fedora Linux 20 64-bit
Fedora Linux 19 64-bit
Win Pro 8.1 64-bit (using cygwin/mingw)
Win Pro 7.1 64-bit (using cygwin/mingw)
OS X 10.9.4 64-bit
OS X 10.8.5 64-bit
OS X 10.7.5 64-bit
Are there any others that people routinely use? tread
Chris Fryer chrisf1874-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org [kicad-users]
2014-07-07 13:46:34 UTC
Permalink
Windows 3.1 ... just kidding: Ubuntu 14.04
Post by grps grps-***@public.gmane.org [kicad-users]
I am using Windows 2000 SP4.
Post by tread_water1-/***@public.gmane.org [kicad-users]
All,
I am working on a revised build system for KiCad. What operating
systems do people use KiCad on?
Ubuntu Linux 14.04 LTS 64-bit
Ubuntu Linux 12.04 LTS 64-bit
Fedora Linux 20 64-bit
Fedora Linux 19 64-bit
Win Pro 8.1 64-bit (using cygwin/mingw)
Win Pro 7.1 64-bit (using cygwin/mingw)
OS X 10.9.4 64-bit
OS X 10.8.5 64-bit
OS X 10.7.5 64-bit
Are there any others that people routinely use? tread
doctorjames-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org [kicad-users]
2014-07-07 11:10:32 UTC
Permalink
Debian testing (currently the same as Debian jessie)

Cheers,
James

---In kicad-***@yahoogroups.com, <***@...> wrote :

All,
I am working on a revised build system for KiCad. What operating systems do people use KiCad on?


I am targeting:
Ubuntu Linux 14.04 LTS 64-bit
Ubuntu Linux 12.04 LTS 64-bit
Fedora Linux 20 64-bit
Fedora Linux 19 64-bit
Win Pro 8.1 64-bit (using cygwin/mingw)

Win Pro 7.1 64-bit (using cygwin/mingw)
OS X 10.9.4 64-bit
OS X 10.8.5 64-bit
OS X 10.7.5 64-bit


Are there any others that people routinely use? tread
Meelis Reimets meelis.reimets-/E1597aS9LQAvxtiuMwx3w@public.gmane.org [kicad-users]
2014-07-07 11:29:53 UTC
Permalink
Win 7 Pro
jonatas.eletrica-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org [kicad-users]
2014-07-07 12:25:35 UTC
Permalink
Debian wheezy 64-bit.
jscandaliaris-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org [kicad-users]
2014-07-07 14:15:38 UTC
Permalink
Arch Linux 64 bit
Mario Ivancic mario.ivancic-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org [kicad-users]
2014-07-07 16:03:08 UTC
Permalink
Win xp sp3
Centos 6.3
Post by tread_water1-/***@public.gmane.org [kicad-users]
All,
I am working on a revised build system for KiCad. What operating systems
do people use KiCad on?
Ubuntu Linux 14.04 LTS 64-bit
Ubuntu Linux 12.04 LTS 64-bit
Fedora Linux 20 64-bit
Fedora Linux 19 64-bit
Win Pro 8.1 64-bit (using cygwin/mingw)
Win Pro 7.1 64-bit (using cygwin/mingw)
OS X 10.9.4 64-bit
OS X 10.8.5 64-bit
OS X 10.7.5 64-bit
Are there any others that people routinely use? tread
--
Best regards,
Mario.
Greg Dyess gregory.dyess-/E1597aS9LQAvxtiuMwx3w@public.gmane.org [kicad-users]
2014-07-07 16:25:09 UTC
Permalink
Windows 7
Centos 6.xUbuntu 12.10 and later (not so much any more after Ubuntu started doing like Microslop and radically changed their user interface every release)
Post by Mario Ivancic mario.ivancic-***@public.gmane.org [kicad-users]
Win xp sp3
Centos 6.3
Post by tread_water1-/***@public.gmane.org [kicad-users]
All,
I am working on a revised build system for KiCad. What operating systems do people use KiCad on?
Ubuntu Linux 14.04 LTS 64-bit
Ubuntu Linux 12.04 LTS 64-bit
Fedora Linux 20 64-bit
Fedora Linux 19 64-bit
Win Pro 8.1 64-bit (using cygwin/mingw)
Win Pro 7.1 64-bit (using cygwin/mingw)
OS X 10.9.4 64-bit
OS X 10.8.5 64-bit
OS X 10.7.5 64-bit
Are there any others that people routinely use? tread
--
Best regards,
                        Mario.
Andy Peters devel-PVOE4w2T081eoWH0uzbU5w@public.gmane.org [kicad-users]
2014-07-07 16:29:03 UTC
Permalink
Post by tread_water1-/***@public.gmane.org [kicad-users]
All,
I am working on a revised build system for KiCad. What operating systems do people use KiCad on?
OS X 10.9.4

-a

------------------------------------
Posted by: Andy Peters <devel-***@public.gmane.org>
------------------------------------

Please read the Kicad FAQ in the group files section before posting your question.
Please post your bug reports here. They will be picked up by the creator of Kicad.
Please visit http://www.kicadlib.org for details of how to contribute your symbols/modules to the kicad library.
For building Kicad from source and other development questions visit the kicad-devel group at http://groups.yahoo.com/group/kicad-devel
------------------------------------

Yahoo Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/kicad-users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/kicad-users/join
(Yahoo! ID required)

<*> To change settings via email:
kicad-users-digest-***@public.gmane.org
kicad-users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
kicad-users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/
'Dave Turner' turner.r.dave-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org [kicad-users]
2014-07-07 17:10:52 UTC
Permalink
Windows Vista service pack 2
Барановский Константин baranovskiykonstantin-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org [kicad-users]
2014-07-07 18:28:56 UTC
Permalink
Ubuntu Linux 14.04 LTS 32-bit


------------------------------------
Posted by: =?UTF-8?B?0JHQsNGA0LDQvdC+0LLRgdC60LjQuSDQmtC+0L3RgdGC0LDQvdGC0LjQvQ==?= <baranovskiykonstantin-***@public.gmane.org>
------------------------------------

Please read the Kicad FAQ in the group files section before posting your question.
Please post your bug reports here. They will be picked up by the creator of Kicad.
Please visit http://www.kicadlib.org for details of how to contribute your symbols/modules to the kicad library.
For building Kicad from source and other development questions visit the kicad-devel group at http://groups.yahoo.com/group/kicad-devel
------------------------------------

Yahoo Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/kicad-users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/kicad-users/join
(Yahoo! ID required)

<*> To change settings via email:
kicad-users-digest-***@public.gmane.org
kicad-users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
kicad-users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/
Stephen R Phillips cyberman_phillips-/E1597aS9LQAvxtiuMwx3w@public.gmane.org [kicad-users]
2014-07-07 22:14:22 UTC
Permalink
Gentoo Linux 64 bit here.


Are you asking about binary releases or ... what? Seems a bit murky too me.


I cringe at the thought of making a build system THAT specific as to target very specific 'flavors' of linux that have a fairly bastardized installation system (it's designed to make things easy for the maintainer not the user). Anyhow that's just my view of those distributions.

I use Gentoo (did use slackware by the way). I suggest being sure a standard Cmake will work on a plain unix box with X and a few libraries. It's good practice not to make it for example "Windows 8.1 ARM only compatible" as that's kind of how this sounds like it's heading. The current build system allowed me to install things fairly quickly and with only minor pain at a command line prompt while I did something else. So I kind of like it as it gives me some feedback as to what went wrong.


I am thankful for this group (as I built KiCAD from the bazarre download from KiCAD dev site not the Gentoo specific patchs). There does seem to be a fair bit of decay in maintenance on what users need to do in the documentation online to do that as sites have changed and some of the options and version information has changed. Also the same goes with the libraries. I'm just begining to do anything more than mere schematics and PCB generation (IE plugin writting is what I am trying).


I remember finding a build script and noted it was way to specific to distributions to be useful too me. It appeared it could use a bit of divide and conquer in the scripting end of things, however not wanting to create "yet another build script" (YABS?) I just did things a bit more by hand. It is possible not to need an ebuild and use your build script to use Gentoo's built in tools (they are pretty easy too use honestly) to do the same.


Gentoo I suppose is a bit alien too many but ... it actually works just fine, for me at least.


Just my thoughts, good fortune, I am at the unfortunate end of the spectrum so my opinion probably doesn't matter much.


Note I am not so damned lazy however I need hand holding to install KiCAD, I might need direction however (I get lost sometimes).


Stephen R. Phillips was here






Please be advised what was said may be absolutely wrong, and hereby this disclaimer follows.  I reserve the right to be wrong and admit I was wrong in front of the entire world. It won't be the first or the last in all likelyness.
Post by Jeff Barlow Jeff-GhXi1JGjqaOsTnJN9+***@public.gmane.org [kicad-users]
Post by Барановский Константин baranovskiykonstantin-***@public.gmane.org [kicad-users]
Ubuntu Linux 14.04 LTS 32-bit
------------------------------------
=?UTF-8?B?0JHQsNGA0LDQvdC+0LLRgdC60LjQuSDQmtC+0L3RgdGC0LDQvdGC0LjQvQ==?=
------------------------------------
Please read the Kicad FAQ in the group files section before posting your question.
Please post your bug reports here. They will be picked up by the creator of Kicad.
Please visit http://www.kicadlib.org for details of how to contribute your
symbols/modules to the kicad library.
For building Kicad from source and other development questions visit the
kicad-devel group at http://groups.yahoo.com/group/kicad-devel
------------------------------------
Yahoo Groups Links
------------------------------------
Posted by: Stephen R Phillips <cyberman_phillips-/***@public.gmane.org>
------------------------------------

Please read the Kicad FAQ in the group files section before posting your question.
Please post your bug reports here. They will be picked up by the creator of Kicad.
Please visit http://www.kicadlib.org for details of how to contribute your symbols/modules to the kicad library.
For building Kicad from source and other development questions visit the kicad-devel group at http://groups.yahoo.com/group/kicad-devel
------------------------------------

Yahoo Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/kicad-users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/kicad-users/join
(Yahoo! ID required)

<*> To change settings via email:
kicad-users-digest-***@public.gmane.org
kicad-users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
kicad-users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/
Peter Ogden peter.j.ogden-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org [kicad-users]
2014-07-07 22:21:53 UTC
Permalink
I agree with the sentiment. I would avoid building packages for every
distro out there.

However, I think creating an up-to-date binary/package for a few common
systems like WIndows, OSX, and Ubuntu would help many new users who just
want to try Kicad for the first time.

Being forced to read through pages of help, launchpad bugs, and winbuilder
instructions is a big hurdle for a new user who may just be struggling to
use the product let alone build it.

-Peter



On Mon, Jul 7, 2014 at 3:14 PM, Stephen R Phillips
Post by Stephen R Phillips cyberman_phillips-/***@public.gmane.org [kicad-users]
Gentoo Linux 64 bit here.
Are you asking about binary releases or ... what? Seems a bit murky too me.
I cringe at the thought of making a build system THAT specific as to
target very specific 'flavors' of linux that have a fairly bastardized
installation system (it's designed to make things easy for the maintainer
not the user). Anyhow that's just my view of those distributions.
I use Gentoo (did use slackware by the way). I suggest being sure a
standard Cmake will work on a plain unix box with X and a few libraries.
It's good practice not to make it for example "Windows 8.1 ARM only
compatible" as that's kind of how this sounds like it's heading. The
current build system allowed me to install things fairly quickly and with
only minor pain at a command line prompt while I did something else. So I
kind of like it as it gives me some feedback as to what went wrong.
I am thankful for this group (as I built KiCAD from the bazarre download
from KiCAD dev site not the Gentoo specific patchs). There does seem to be
a fair bit of decay in maintenance on what users need to do in the
documentation online to do that as sites have changed and some of the
options and version information has changed. Also the same goes with the
libraries. I'm just begining to do anything more than mere schematics and
PCB generation (IE plugin writting is what I am trying).
I remember finding a build script and noted it was way to specific to
distributions to be useful too me. It appeared it could use a bit of divide
and conquer in the scripting end of things, however not wanting to create
"yet another build script" (YABS?) I just did things a bit more by hand. It
is possible not to need an ebuild and use your build script to use Gentoo's
built in tools (they are pretty easy too use honestly) to do the same.
Gentoo I suppose is a bit alien too many but ... it actually works just
fine, for me at least.
Just my thoughts, good fortune, I am at the unfortunate end of the
spectrum so my opinion probably doesn't matter much.
Note I am not so damned lazy however I need hand holding to install KiCAD,
I might need direction however (I get lost sometimes).
Stephen R. Phillips was here
Please be advised what was said may be absolutely wrong, and hereby this
disclaimer follows. I reserve the right to be wrong and admit I was wrong
in front of the entire world. It won't be the first or the last in all
likelyness.
On Monday, July 7, 2014 7:52 PM, "БараМПвскОй КПМстаМтОМ
Post by Барановский Константин baranovskiykonstantin-***@public.gmane.org [kicad-users]
Ubuntu Linux 14.04 LTS 32-bit
------------------------------------
=?UTF-8?B?0JHQsNGA0LDQvdC+0LLRgdC60LjQuSDQmtC+0L3RgdGC0LDQvdGC0LjQvQ==?=
------------------------------------
Please read the Kicad FAQ in the group files section before posting your question.
Please post your bug reports here. They will be picked up by the creator
of
Kicad.
Please visit http://www.kicadlib.org for details of how to contribute
your
symbols/modules to the kicad library.
For building Kicad from source and other development questions visit the
kicad-devel group at http://groups.yahoo.com/group/kicad-devel
------------------------------------
Yahoo Groups Links
Alain Mouette alainm-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org [kicad-users]
2014-07-07 22:31:40 UTC
Permalink
Post by Peter Ogden peter.j.ogden-***@public.gmane.org [kicad-users]
However, I think creating an up-to-date binary/package for a few
common systems like WIndows, OSX, and Ubuntu would help many new users
who just want to try Kicad for the first time.
YES, PLEASE, it is very complicated when I try to talk a friend into
Kicad and he cannot install it :(

Alain
arthur_torrey-Wuw85uim5zDR7s880joybQ@public.gmane.org [kicad-users]
2014-07-07 22:57:58 UTC
Permalink
I also agree - it seems like there would be a lot to be said for a set of compiled binaries as at least a "quasi-stable" version for those of us that might not need the latest and greatest improvements and want to make boards rather than debug things... It might also be helpful for some of the distributions if they had a single package rather than a moving target...

I don't see a downside to doing the continuing development system that is currently done, but periodically designating a particular build that isn't known to have significant issues as "stable" and making sure that either binaries or really solid build scripts exist for it...

ART

------------------
Arthur Torrey - <arthur_torrey-***@public.gmane.org>
-------------------


----- Original Message -----
From: Alain Mouette alainm-e+***@public.gmane.org [kicad-users] <kicad-users-***@public.gmane.org>
To: kicad-users-***@public.gmane.org
Sent: Mon, 07 Jul 2014 22:31:40 -0000 (UTC)
Subject: Re: [kicad-users] What OS do people use KiCad on
Post by Peter Ogden peter.j.ogden-***@public.gmane.org [kicad-users]
However, I think creating an up-to-date binary/package for a few
common systems like WIndows, OSX, and Ubuntu would help many new users
who just want to try Kicad for the first time.
YES, PLEASE, it is very complicated when I try to talk a friend into
Kicad and he cannot install it :(

Alain




------------------------------------
Posted by: arthur_torrey-***@public.gmane.org
------------------------------------

Please read the Kicad FAQ in the group files section before posting your question.
Please post your bug reports here. They will be picked up by the creator of Kicad.
Please visit http://www.kicadlib.org for details of how to contribute your symbols/modules to the kicad library.
For building Kicad from source and other development questions visit the kicad-devel group at http://groups.yahoo.com/group/kicad-devel
------------------------------------

Yahoo Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/kicad-users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/kicad-users/join
(Yahoo! ID required)

<*> To change settings via email:
kicad-users-digest-***@public.gmane.org
kicad-users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
kicad-users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/
Julie Porter jporter-Lcey+LFgkepWk0Htik3J/w@public.gmane.org [kicad-users]
2014-07-07 22:38:38 UTC
Permalink
Main OS 10.7.5 with a patched 3578 kicad build.

Would like to build for 10.9.x. Unable to find clear instructions.

Have a number of powerPC legacy systems. Almost got a copy to build on
one of them.

I use macports to install ghostscript (a postscript interpreter.) more
and more builds are recommending Homebrew. It gets frustrating when
every 18 months or so everything is scrapped and one has to learn a
whole new system.

This is why I tend to use a lot of legacy computers. Upgrading when I
have no choice.


------------------------------------
Posted by: Julie Porter <jporter-Lcey+LFgkepWk0Htik3J/***@public.gmane.org>
------------------------------------

Please read the Kicad FAQ in the group files section before posting your question.
Please post your bug reports here. They will be picked up by the creator of Kicad.
Please visit http://www.kicadlib.org for details of how to contribute your symbols/modules to the kicad library.
For building Kicad from source and other development questions visit the kicad-devel group at http://groups.yahoo.com/group/kicad-devel
------------------------------------

Yahoo Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/kicad-users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/kicad-users/join
(Yahoo! ID required)

<*> To change settings via email:
kicad-users-digest-***@public.gmane.org
kicad-users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
kicad-users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/
tread_water1-/E1597aS9LQAvxtiuMwx3w@public.gmane.org [kicad-users]
2014-07-07 22:52:03 UTC
Permalink
Hi Stephen, I am mainly interested in a rock-solid build from source across multiple vanilla OS. From what I have seen so far is package management is the biggest difference between linux flavors. But, just the other day I ran across some differences in the "date" command. Who would have thought?


I am organizing the build by setting up phases. The phases are creating build directories, setting up the environment correctly, checking/loading prerequisites, building tools needed to support building, building dependent libraries from their packages if changes need to be made or if they aren't available already built, building the KiCad code libraries, building the KiCad executables, and then building the installation packages.


I am at the build KiCad libraries/executables phases but that is driving changes into some of the previous phases. The core I work on is OSX 10.9 and Ubuntu 14.04. After I complete a major section, I go run it on all the other versions and fix anything that doesn't work. I am also not trying to make stuff work on older versions. So, I can use libc++ on OS X, for example, because I don't have to worry about the changes Apple did between 10.6 and 10.7.


tread
alan_r_cam-/E1597aS9LT0CCvOHzKKcA@public.gmane.org [kicad-users]
2014-07-08 01:42:21 UTC
Permalink
Windows XP.
On a machine with NO Intenet connection.
[Updates are transferred via USB]

Once you eliminate the network drivers, anti-virus etc. it's amazing how fast a machine can be.
Yes, you need to make regular backups, but you do that anyway.... don't you?
rickdoestech-NPCD8PY5hLjQT0dZR+AlfA@public.gmane.org [kicad-users]
2014-07-07 22:55:33 UTC
Permalink
Win 7 Pro on my desktop. 32 bit preferred, I've gradually killed most of the 64-bit "features" because of stability problems. Currently running the bzr-4022 version, don't have time or patience to fight Cygwin environment.

Win XP SP3 on my main field work laptop. Haven't tried KiCad on it.

Win 2KSP4/Win3.1/Dos6.22 multiboot on my old field laptop, used occasionally for legacy stuff that hasn't been ported to newer OS.

This is my 9 to 5 job. I don't have time for bleeding edge operating systems loaded with bugs. I use stable stuff that works.
Peter Johansson rockets4kids-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org [kicad-users]
2014-07-08 02:43:57 UTC
Permalink
Post by tread_water1-/***@public.gmane.org [kicad-users]
Are there any others that people routinely use? tread
There are still a few of us running OS X 10.6.8


-p.
burnsrobbie-/E1597aS9LT10XsdtD+oqA@public.gmane.org [kicad-users]
2014-07-08 06:25:10 UTC
Permalink
Hi
I'm running Kicad build (2012-apr-16-27)-stable on Linux Mint 14 (Nadia).

Robbie Burns
Post by tread_water1-/***@public.gmane.org [kicad-users]
Are there any others that people routinely use? tread
There are still a few of us running OS X 10.6.8


-p.
Michai Ramakers m.ramakers-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org [kicad-users]
2014-07-08 09:05:35 UTC
Permalink
Post by tread_water1-/***@public.gmane.org [kicad-users]
I am working on a revised build system for KiCad. What operating systems do people use KiCad on?
...
Are there any others that people routinely use? tread
NetBSD 6.1.3 i386
NetBSD 6.0.1 amd64

Kicad + libs + docs is already in the NetBSD package-collection ('pkgsrc'), see

http://pkgsrc.se/cad/kicad
http://pkgsrc.se/cad/kicad-doc
http://pkgsrc.se/cad/kicad-lib

I believe patches were used to make cvpcb work (problem-description:
https://groups.yahoo.com/neo/groups/kicad-users/conversations/topics/16116).

Michai


------------------------------------
Posted by: Michai Ramakers <m.ramakers-***@public.gmane.org>
------------------------------------

Please read the Kicad FAQ in the group files section before posting your question.
Please post your bug reports here. They will be picked up by the creator of Kicad.
Please visit http://www.kicadlib.org for details of how to contribute your symbols/modules to the kicad library.
For building Kicad from source and other development questions visit the kicad-devel group at http://groups.yahoo.com/group/kicad-devel
------------------------------------

Yahoo Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/kicad-users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/kicad-users/join
(Yahoo! ID required)

<*> To change settings via email:
kicad-users-digest-***@public.gmane.org
kicad-users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
kicad-users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/
alan_r_cam-/E1597aS9LT0CCvOHzKKcA@public.gmane.org [kicad-users]
2014-07-09 09:26:46 UTC
Permalink
There's one other version of Kicad I use a lot...

The Portable Apps version.
It runs from USB on a PC With XP, Win 7 or Win 8. There are no registry entries, it's totally plug & play.


Great for doing personal work on a business pc (during your lunch break, of course) without installing Kicad.
Especially if you have no fixed cubicle / PC to work from.
Ken Ames kenames99-/E1597aS9LQAvxtiuMwx3w@public.gmane.org [kicad-users]
2014-07-09 11:47:36 UTC
Permalink
I use it on openSUSE 12.2 and 13.1 here. I would like to see a full package built for this platform.




________________________________
From: "tread_water1-/***@public.gmane.org [kicad-users]" <kicad-users-***@public.gmane.org>
To: kicad-users-***@public.gmane.org
Sent: Saturday, July 5, 2014 10:17 AM
Subject: [kicad-users] What OS do people use KiCad on



 
All,
I am working on a revised build system for KiCad. What operating systems do people use KiCad on?

I am targeting:
Ubuntu Linux 14.04 LTS 64-bit
Ubuntu Linux 12.04 LTS 64-bit
Fedora Linux 20 64-bit
Fedora Linux 19 64-bit
Win Pro 8.1 64-bit (using cygwin/mingw)

Win Pro 7.1 64-bit (using cygwin/mingw)
OS X 10.9.4 64-bit
OS X 10.8.5 64-bit
OS X 10.7.5 64-bit

Are there any others that people routinely use? tread
Dmitry Roshchin dmitry-zI3YS4XP3tBg9hUCZPvPmw@public.gmane.org [kicad-users]
2014-07-09 18:10:35 UTC
Permalink
Post by Ken Ames kenames99-/***@public.gmane.org [kicad-users]
I use it on openSUSE 12.2 and 13.1 here. I would like to see a full package
built for this platform.
We already have stable kicad packages in main repository and product packages
in electronics repository
(https://build.opensuse.org/project/show/electronics), but only for version >=
12.3.



------------------------------------
Posted by: Dmitry Roshchin <dmitry-***@public.gmane.org>
------------------------------------

Please read the Kicad FAQ in the group files section before posting your question.
Please post your bug reports here. They will be picked up by the creator of Kicad.
Please visit http://www.kicadlib.org for details of how to contribute your symbols/modules to the kicad library.
For building Kicad from source and other development questions visit the kicad-devel group at http://groups.yahoo.com/group/kicad-devel
------------------------------------

Yahoo Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/kicad-users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/kicad-users/join
(Yahoo! ID required)

<*> To change settings via email:
kicad-users-digest-***@public.gmane.org
kicad-users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
kicad-users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/
sembazuru-sLTssp9J8jINsGE6tqQX6A@public.gmane.org [kicad-users]
2014-07-11 04:37:30 UTC
Permalink
I use Win 7 Enterprise (yes, SP1 so that would be 7.1 by your numbering?) 64bit.

I've been using KiCad Winbuilder, but it would be nice to get back to a proper installer to get it properly installed and tracked by windows.
Stephen R Phillips cyberman_phillips-/E1597aS9LQAvxtiuMwx3w@public.gmane.org [kicad-users]
2014-07-12 02:59:34 UTC
Permalink
I believe Cmake is your friend in this type of thing :D
It's not an end all be all solution however.
It is ironic that Cmake creates a .configure (and it uses a script to decide the best way to ...)
Anyhow do you plan on support for a MinGW type build? I suppose cygwin might be relatively easy however for windows you might wish to go the MinGW route. :D
I hope for your success!

 
Stephen R. Phillips was here






Please be advised what was said may be absolutely wrong, and hereby this disclaimer follows.  I reserve the right to be wrong and admit I was wrong in front of the entire world. It won't be the first or the last in all likelyness.
Post by sembazuru-***@public.gmane.org [kicad-users]
I use Win 7 Enterprise (yes, SP1 so that would be 7.1 by your numbering?) 64bit.
I've been using KiCad Winbuilder, but it would be nice to get back to a proper installer to get it properly installed and tracked by windows.
dr92mx-/E1597aS9LQGXtTpemXPTA@public.gmane.org [kicad-users]
2014-07-12 14:11:37 UTC
Permalink
I use Windows 7 Home Premium x64 SP1 (Windows 7.1). :D
John Hudak jjhudak-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org [kicad-users]
2014-07-12 17:06:47 UTC
Permalink
I use XP and Debian 7.
Used to use Ubuntu but I ditched it after seeing how bad Unity is....

Yes, I still use XP because some of the design tools I use, e.g. Xilinx ISE
design suite, Matlab/Simulink would require new licenses...
Post by dr92mx-/***@public.gmane.org [kicad-users]
I use Windows 7 Home Premium x64 SP1 (Windows 7.1). :D
tread_water1-/E1597aS9LQAvxtiuMwx3w@public.gmane.org [kicad-users]
2014-07-12 21:43:21 UTC
Permalink
Hi Stephen, I am planning to use cygwin for tools and dependencies and then use the mingw compiler to get the native windows executables. The core is rewritten CMake files. I am working to get the executables built with my build system under Ubuntu and then I will check Windows. I am focussing on Win 8.1 and 7.1 64-bit but will try 32-bit (and XP).


--tread
John Baker bakerengineeringco-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org [kicad-users]
2014-07-15 17:39:17 UTC
Permalink
I use Kicad on Win7 Home Premium 32-bit.
Many thanks to the developers and users of Kicad.
John


------------------------------------
Posted by: John Baker <bakerengineeringco-***@public.gmane.org>
------------------------------------

Please read the Kicad FAQ in the group files section before posting your question.
Please post your bug reports here. They will be picked up by the creator of Kicad.
Please visit http://www.kicadlib.org for details of how to contribute your symbols/modules to the kicad library.
For building Kicad from source and other development questions visit the kicad-devel group at http://groups.yahoo.com/group/kicad-devel
------------------------------------

Yahoo Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/kicad-users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/kicad-users/join
(Yahoo! ID required)

<*> To change settings via email:
kicad-users-digest-***@public.gmane.org
kicad-users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
kicad-users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/
asa386-/E1597aS9LQAvxtiuMwx3w@public.gmane.org [kicad-users]
2014-07-16 11:42:13 UTC
Permalink
I use it under Debian Linux. I second your statement - much thanks to the developers of this product. Before that I dabbled with gnuSchem/pcb but Kicad ia a better product. Once my current project is done i am going to send these guys a little money as a means of expressing my appreciation
emerson.hawley-/E1597aS9LQAvxtiuMwx3w@public.gmane.org [kicad-users]
2014-08-02 14:47:03 UTC
Permalink
Maybe there's a difference between yours and Win 7 Pro 64 bit... that's what I use and am having many problems with. I agree, it's a beautiful program; I wish I could figure out how to use it. I think I may install KiCad on my off-the-net XP machine. If I can get it to work there, then at least I know I'm not the problem.

But what's the point? I have WinBoard installed on that XP machine, it works pretty well (I've used it for almost 30 years and seriously regret that it is defunct). Of course, when KiCad gets an autorouter, then there will be a point. The promise of that autorouter is why I started all this KiCad work... only to find out it's not available, at least for a while.
Alexei Dolganov adolganov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org [kicad-users]
2014-08-02 14:56:58 UTC
Permalink
You can install Kicad in the place other than Program Files, this will save you from all the windows security hassle.
Post by emerson.hawley-/***@public.gmane.org [kicad-users]
Maybe there's a difference between yours and Win 7 Pro 64 bit... that's what I use and am having many problems with. I agree, it's a beautiful program; I wish I could figure out how to use it. I think I may install KiCad on my off-the-net XP machine. If I can get it to work there, then at least I know I'm not the problem.
But what's the point? I have WinBoard installed on that XP machine, it works pretty well (I've used it for almost 30 years and seriously regret that it is defunct). Of course, when KiCad gets an autorouter, then there will be a point. The promise of that autorouter is why I started all this KiCad work... only to find out it's not available, at least for a while.
Andy Eskelson andyyahoo-a/MRwybp7yP10XsdtD+oqA@public.gmane.org [kicad-users]
2014-08-02 20:32:17 UTC
Permalink
I have seen quite a few programs suffer from the Windows UAC "problems"

It should be possible to tell the system to grant admin privs to the
programs concerned, but that can prove to be problematic.

The easiest solution is to install programs having problems in the root
of the c: drive, i.e. not in "program files"
say c:/kicad

You should be OK storing used files in MyDocuments, but if that causes
trouble, then store them in c:/my-directory

One other thing that sometimes causes problems is anti-virus programs,
sometimes they can intercept some files and that can cause quite a bit of
confusion, so it might be worth keeping an eye on their logs just in
case.

Andy


------------------------------------
Posted by: Andy Eskelson <andyyahoo-a/MRwybp7yP10XsdtD+***@public.gmane.org>
------------------------------------

Please read the Kicad FAQ in the group files section before posting your question.
Please post your bug reports here. They will be picked up by the creator of Kicad.
Please visit http://www.kicadlib.org for details of how to contribute your symbols/modules to the kicad library.
For building Kicad from source and other development questions visit the kicad-devel group at http://groups.yahoo.com/group/kicad-devel
------------------------------------

Yahoo Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/kicad-users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/kicad-users/join
(Yahoo! ID required)

<*> To change settings via email:
kicad-users-digest-***@public.gmane.org
kicad-users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
kicad-users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/
'A. V. Dolganoff' adolganov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org [kicad-users]
2014-08-02 20:48:56 UTC
Permalink
I do myself and recommend others to install fussy programs in c:\apps
(d:\apps, whatever).

There are quite a lot programs having security problems like Kicad or
others not compatible with spaces in the file path and so forth...
Post by Andy Eskelson andyyahoo-a/MRwybp7yP10XsdtD+***@public.gmane.org [kicad-users]
I have seen quite a few programs suffer from the Windows UAC "problems"
It should be possible to tell the system to grant admin privs to the
programs concerned, but that can prove to be problematic.
The easiest solution is to install programs having problems in the root
of the c: drive, i.e. not in "program files"
say c:/kicad
You should be OK storing used files in MyDocuments, but if that causes
trouble, then store them in c:/my-directory
One other thing that sometimes causes problems is anti-virus programs,
sometimes they can intercept some files and that can cause quite a bit of
confusion, so it might be worth keeping an eye on their logs just in
case.
Andy
keruseykaryu-/E1597aS9LQAvxtiuMwx3w@public.gmane.org [kicad-users]
2014-08-02 22:04:38 UTC
Permalink
I'm wondering if there is a lot of work to include VirtualStorage path too to the hardcoded KiCad default paths? Then "Program Files" and "UAC" problems could disappear at once.



Kerusey Karyu
Andy Eskelson andyyahoo-a/MRwybp7yP10XsdtD+oqA@public.gmane.org [kicad-users]
2014-08-03 00:40:24 UTC
Permalink
Kicad is a mix of several programs so it would depend on how they all
interact.

It would be nice if it was a simple path variable, but given that kicad
is multiple OS then I suspect that it' snot quite that simple.

It should be possible to map the various requirements between program
files, applications data and user data ( my documents) on windows. But
I'll bet that there are the odd few that don't match easily. Especially
when looking at the Mac OS and Linux requirements.

Andy


On 02 Aug 2014 15:04:38 -0700
Post by keruseykaryu-/***@public.gmane.org [kicad-users]
I'm wondering if there is a lot of work to include VirtualStorage path too to the hardcoded KiCad default paths? Then "Program Files" and "UAC" problems could disappear at once.
Kerusey Karyu
------------------------------------
Posted by: Andy Eskelson <andyyahoo-a/MRwybp7yP10XsdtD+***@public.gmane.org>
------------------------------------

Please read the Kicad FAQ in the group files section before posting your question.
Please post your bug reports here. They will be picked up by the creator of Kicad.
Please visit http://www.kicadlib.org for details of how to contribute your symbols/modules to the kicad library.
For building Kicad from source and other development questions visit the kicad-devel group at http://groups.yahoo.com/group/kicad-devel
------------------------------------

Yahoo Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/kicad-users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/kicad-users/join
(Yahoo! ID required)

<*> To change settings via email:
kicad-users-digest-***@public.gmane.org
kicad-users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
kicad-users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/

mellow_dog-/E1597aS9LQAvxtiuMwx3w@public.gmane.org [kicad-users]
2014-07-22 18:49:46 UTC
Permalink
I am using it on:

WinXP Pro (32bit) at work
Win7 Home Pemium (32bit) at home
Linux Kbuntu 12.04 LTS (32bit) at home

Might try it on Mint (64bit), maybe.

Hope this helps...

Rick
Loading...