Kicad is designed for multi-platform. Also open source, then it is easy to port to other plat-form. We realize running on PS3Linux system.
Install PCB-CAD system on multi-platform.
Download necessary files for Kicad installation.
Kicad used GLCanvas class of wxWidgets of Mesa. Latest snapshot as Ver.6.5.2 on 2006/Dec/27.
http://www.mesa3d.org/
To use latest snapshot as wxWidgets 2.8.0 on 2006/Dec/27. wxWidgets supports many types of wrapper, use Gtk+ wrapper in this time as well.
http://www.wxwidgets.org/
To use latest snapshot as 20061208RC1 on 2006/Dec/27.
root account is needed for all of installation work.
wxWidgetsのGLCanvasクラスにて使用される。 Mesa is used by GLCanvas of wxWidgets.
Library for GUI application program development on PS3Linux.
.libs/wx/include/gtk2-ansi-release-2.8/wx/setup.h
Change definition from 0 to 1 of wxUSE_GLCANVAS
from #define wxUSE_GLCANVAS 0
#define wxUSE_GLCANVAS 1
libs.linux
Comment out variable which directs static-link.
KICAD_STATIC_LINK = 1
#KICAD_STATIC_LINK = 1
Kicad needs folder setting for library and so on,
To make following directries of under /usr/local/kicad
Inconvinient above setting, you can download and install Windows version of Kicad.
In the last line .bash_profile
export PATH="$PATH:/usr/local/kicad/linux"
is added
kicad [Enter]
Beyond Graphic workstation such as SGI ?
Thanks to Mr.T.M and his contribution work.
SUB7