{"id":29,"date":"2011-09-16T10:14:55","date_gmt":"2011-09-16T10:14:55","guid":{"rendered":"http:\/\/blog.bachi.net\/?p=29"},"modified":"2011-09-16T16:06:05","modified_gmt":"2011-09-16T16:06:05","slug":"kicad-installieren","status":"publish","type":"post","link":"https:\/\/blog.bachi.net\/?p=29","title":{"rendered":"KiCAD installieren"},"content":{"rendered":"<pre class=\"brush: bash; title: Vorbereitung; notranslate\" title=\"Vorbereitung\">\r\ncd \/usr\r\nmkdir \/src\r\n<\/pre>\n<pre class=\"brush: bash; title: CMake; notranslate\" title=\"CMake\">\r\ncd \/usr\/src\r\ntar xzf cmake-2.8.5.tar.gz\r\ncd cmake-2.8.5\r\nmkdir build\r\ncd build\r\n..\/bootstrap --prefix=\/usr\/cmake\r\nmake\r\nmake install\r\n<\/pre>\n<pre class=\"brush: bash; title: Post-Install; notranslate\" title=\"Post-Install\">\r\nPATH=$PATH:\/usr\/cmake\/bin\r\nexport PATH\r\n<\/pre>\n<pre class=\"brush: bash; title: wxWidgets; notranslate\" title=\"wxWidgets\">\r\ncd \/usr\/src\r\ntar xzf wxWidgets-2.8.12.tar.gz\r\ncd wxWidgets-2.8.12\r\nmkdir buildwx\r\ncd buildwx\r\n..\/configure --enable-unicode --enable-aui --enable-monolithic --disable-shared --with-msw --with-opengl --prefix=\/usr\/wxWidgets\r\nmake\r\nmake install\r\n<\/pre>\n<pre class=\"brush: bash; title: Post-Install; notranslate\" title=\"Post-Install\">\r\nPATH=$PATH:\/usr\/wxWidgets\/bin\r\nexport PATH\r\n<\/pre>\n<pre class=\"brush: bash; title: zlib; notranslate\" title=\"zlib\">\r\ncd \/usr\/src\r\ntar xzf zlib-1.2.5.tar.gz \r\ncd zlib-1.2.5\r\nmake -f win32\/Makefile.gcc\r\n<\/pre>\n<pre class=\"brush: bash; title: KiCAD; notranslate\" title=\"KiCAD\">\r\ncd \/usr\/src\r\ntar xjf kicad-20110607-r3015-source.tbz2\r\ncd kicad-20110607-r3015-source\r\nvim ..\/common\/build_version.cpp\r\nmkdir build\r\ncd build\r\ncmake -G &quot;MSYS Makefiles&quot; -DCMAKE_BUILD_TYPE=Release -DKICAD_STABLE_VERSION=ON -DwxWidgets_ROOT_DIR=\/usr\/wxWidgets -DCMAKE_INSTALL_PREFIX=\/user\/kicad -DZLIB_LIBRARY:FILEPATH=\/usr\/src\/zlib-1.2.5\/zlib1.dll -DZLIB_INCLUDE_DIR:PATH=\/usr\/src\/zlib-1.2.5 ..\r\nmake\r\nmake install\r\n<\/pre>\n<pre class=\"brush: cpp; title: common\/build_version.cpp; notranslate\" title=\"common\/build_version.cpp\">\r\n#define KICAD_BUILD_VERSION &quot;(2011-06-07)&quot;\r\n#define VERSION_STABILITY &quot;special edition&quot;\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>cd \/usr mkdir \/src cd \/usr\/src tar xzf cmake-2.8.5.tar.gz cd cmake-2.8.5 mkdir build cd build ..\/bootstrap &#8211;prefix=\/usr\/cmake make make install PATH=$PATH:\/usr\/cmake\/bin export PATH cd \/usr\/src tar xzf wxWidgets-2.8.12.tar.gz cd wxWidgets-2.8.12 mkdir buildwx cd buildwx ..\/configure &#8211;enable-unicode &#8211;enable-aui &#8211;enable-monolithic &#8211;disable-shared &#8211;with-msw &#8211;with-opengl &#8211;prefix=\/usr\/wxWidgets make make install PATH=$PATH:\/usr\/wxWidgets\/bin export PATH cd \/usr\/src tar xzf zlib-1.2.5.tar.gz cd zlib-1.2.5 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-29","post","type-post","status-publish","format-standard","hentry","category-mingw"],"_links":{"self":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts\/29","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=29"}],"version-history":[{"count":14,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts\/29\/revisions"}],"predecessor-version":[{"id":62,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts\/29\/revisions\/62"}],"wp:attachment":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=29"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=29"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=29"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}