<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Installation</title><link>https://sourceforge.net/p/kubos/wiki/Installation/</link><description>Recent changes to Installation</description><atom:link href="https://sourceforge.net/p/kubos/wiki/Installation/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 04 Mar 2014 16:53:22 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/kubos/wiki/Installation/feed" rel="self" type="application/rss+xml"/><item><title>Installation modified by Marko Knöbl</title><link>https://sourceforge.net/p/kubos/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -24,6 +24,8 @@

 Compile on Debian Testing
 =========================
+
+__March 4, 2014: This is not working at the moment because of conflicting versions (Debian has OCE 0.15 while pythonOCC requires OCE 0.12)__

 Kubos can be installed on Debian testing if pythonOCC is compiled manually. The advantage of this is that the installation will not conflict with existing CAD programs (like FreeCAD).

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marko Knöbl</dc:creator><pubDate>Tue, 04 Mar 2014 16:53:22 -0000</pubDate><guid>https://sourceforge.net9432516006dab641027d736637868619e09e2c76</guid></item><item><title>Installation modified by Marko Knöbl</title><link>https://sourceforge.net/p/kubos/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -22,10 +22,10 @@

 Download Kubos from https://sourceforge.net/projects/kubos/files/ and extract the contents of the zip archive into a folder on your hard drive. Kubos can be started by executing the file "run_kubos_linux.sh" in the "bin" folder.

-Compile on Debian 8
-===================
+Compile on Debian Testing
+=========================

-Kubos can be installed on Debian 8 if pythonOCC is compiled manually. The advantage of this is that the installation will not conflict with existing CAD programs (like FreeCAD).
+Kubos can be installed on Debian testing if pythonOCC is compiled manually. The advantage of this is that the installation will not conflict with existing CAD programs (like FreeCAD).

 Install the following Debian packages:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marko Knöbl</dc:creator><pubDate>Sat, 22 Feb 2014 15:38:54 -0000</pubDate><guid>https://sourceforge.net131841c5419ee63455d612a5a951d25a60e5accf</guid></item><item><title>Installation modified by Marko Knöbl</title><link>https://sourceforge.net/p/kubos/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -27,16 +27,10 @@

 Kubos can be installed on Debian 8 if pythonOCC is compiled manually. The advantage of this is that the installation will not conflict with existing CAD programs (like FreeCAD).

-Install required packages
--------------------------
-
 Install the following Debian packages:

 * any packages starting with _liboce-_
 * swig, cmake, mesa-common-dev, python-dev, libx11-dev, cmake-qt-gui
-
-Complie pythonOCC
------------------

 Download the latest version of pythonOCC: https://github.com/tpaviot/pythonocc/archive/master.zip

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marko Knöbl</dc:creator><pubDate>Sat, 22 Feb 2014 15:21:13 -0000</pubDate><guid>https://sourceforge.netad7fb82d3cdb3a49d268b113d78977dac04c7b2e</guid></item><item><title>Installation modified by Marko Knöbl</title><link>https://sourceforge.net/p/kubos/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -22,6 +22,50 @@

 Download Kubos from https://sourceforge.net/projects/kubos/files/ and extract the contents of the zip archive into a folder on your hard drive. Kubos can be started by executing the file "run_kubos_linux.sh" in the "bin" folder.

+Compile on Debian 8
+===================
+
+Kubos can be installed on Debian 8 if pythonOCC is compiled manually. The advantage of this is that the installation will not conflict with existing CAD programs (like FreeCAD).
+
+Install required packages
+-------------------------
+
+Install the following Debian packages:
+
+* any packages starting with _liboce-_
+* swig, cmake, mesa-common-dev, python-dev, libx11-dev, cmake-qt-gui
+
+Complie pythonOCC
+-----------------
+
+Download the latest version of pythonOCC: https://github.com/tpaviot/pythonocc/archive/master.zip
+
+Extract the downloaded zip folder to your disk. 
+Then, start the application "cmake-qt-gui" (simply called "cmake" in the application menu). For the source code directory, select the directory where you extracted the downloaded zip folder. For the build directory, create a new subdirectory in the source code directory and call it "cmake-build".
+
+Click on "Configure"
+
+A list of options will be generated. Change the following options to the given values:
+
+CMAKE_INSTALL_PREFIX: /usr/bin
+
+OCE_INCLUDE_PATH: /usr/include/oce
+
+Click on "Configure" again
+
+Click on "Generate"
+
+Open a terminal, go to the cmake-build directory and enter the command:
+
+    make
+
+This will build pythonOCC in the cmake-build directory. When done, execute the command:
+
+    su
+    make install
+
+Download Kubos from https://sourceforge.net/projects/kubos/files/ and extract the contents of the zip archive into a folder on your hard drive. Kubos can be started by executing the file "run_kubos_linux.sh" in the "bin" folder.
+
 Other operating systems
 =======================

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marko Knöbl</dc:creator><pubDate>Sat, 22 Feb 2014 15:15:57 -0000</pubDate><guid>https://sourceforge.net7014808d60c37bbe26ff976768e3f263b4f7b2cb</guid></item><item><title>Installation modified by Marko Knöbl</title><link>https://sourceforge.net/p/kubos/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -22,8 +22,6 @@

 Download Kubos from https://sourceforge.net/projects/kubos/files/ and extract the contents of the zip archive into a folder on your hard drive. Kubos can be started by executing the file "run_kubos_linux.sh" in the "bin" folder.

-As Debian does not have a "python2" binary one small modification is neccessary in order to avoid problems when opening multiple files: Change the first line of "kubos/\__main__.pyw" from "#!/usr/bin/python2" to "#!/usr/bin/python" (drop the trailing number 2)
-
 Other operating systems
 =======================

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marko Knöbl</dc:creator><pubDate>Wed, 19 Feb 2014 20:05:55 -0000</pubDate><guid>https://sourceforge.neta575ae1168a1c20f18c4b9c062b0ec4be6210ad4</guid></item><item><title>Installation modified by Marko Knöbl</title><link>https://sourceforge.net/p/kubos/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -2,7 +2,7 @@
 =======

 Kubos requires the following components to work:
-Python 2.6 (Download: http://www.python.org/ftp/python/2.6/python-2.6.msi)
+Python 2.6.6 (Download: http://www.python.org/ftp/python/2.6.6/python-2.6.6.msi)
 PyQt 4.9.5 (Download: http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.9.5/PyQt-Py2.6-x86-gpl-4.9.5-1.exe)
 pythonOCC 0.5 (Download: http://pythonocc.googlecode.com/files/pythonOCC-0.5-win32-all-in-one-py26.exe)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marko Knöbl</dc:creator><pubDate>Wed, 19 Feb 2014 20:05:05 -0000</pubDate><guid>https://sourceforge.net93adb3c136a80604b961a8584151e5623e693adf</guid></item><item><title>Installation modified by Marko Knöbl</title><link>https://sourceforge.net/p/kubos/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -2,7 +2,7 @@
 =======

 Kubos requires the following components to work:
-Python 2.6.6 (Download: http://www.python.org/ftp/python/2.6.6/python-2.6.6.msi)
+Python 2.6 (Download: http://www.python.org/ftp/python/2.6/python-2.6.msi)
 PyQt 4.9.5 (Download: http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.9.5/PyQt-Py2.6-x86-gpl-4.9.5-1.exe)
 pythonOCC 0.5 (Download: http://pythonocc.googlecode.com/files/pythonOCC-0.5-win32-all-in-one-py26.exe)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marko Knöbl</dc:creator><pubDate>Fri, 31 Jan 2014 17:28:15 -0000</pubDate><guid>https://sourceforge.net0a3c273447a511bbee1ff46da4ff85b2e5417bda</guid></item><item><title>Installation modified by Marko Knöbl</title><link>https://sourceforge.net/p/kubos/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -18,7 +18,7 @@
 Download and install the following packages:

 64 bit: [liboce](https://launchpad.net/~hmeyer/+archive/3d/+build/2914113/+files/liboce1_0.6.0-0ubuntu15_amd64.deb), [python-occ](https://launchpad.net/~hmeyer/+archive/3d/+build/3026060/+files/python-occ_0.6-0ubuntu2_amd64.deb)
-32 bit: [liboce](https://launchpad.net/~hmeyer/+archive/3d/+build/2914113/+files/liboce1_0.6.0-0ubuntu15_amd64.deb), [python-occ](https://launchpad.net/~hmeyer/+archive/3d/+build/2914114/+files/liboce1_0.6.0-0ubuntu15_i386.deb)
+32 bit: [liboce](https://launchpad.net/~hmeyer/+archive/3d/+build/2914113/+files/liboce1_0.6.0-0ubuntu15_i386.deb), [python-occ](https://launchpad.net/~hmeyer/+archive/3d/+build/2914114/+files/liboce1_0.6.0-0ubuntu15_i386.deb)

 Download Kubos from https://sourceforge.net/projects/kubos/files/ and extract the contents of the zip archive into a folder on your hard drive. Kubos can be started by executing the file "run_kubos_linux.sh" in the "bin" folder.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marko Knöbl</dc:creator><pubDate>Sat, 12 Oct 2013 09:30:59 -0000</pubDate><guid>https://sourceforge.net097689cee75cda9bc2a07bca223311780a8ed6c8</guid></item><item><title>Installation modified by Marko Knöbl</title><link>https://sourceforge.net/p/kubos/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -22,7 +22,7 @@

 Download Kubos from https://sourceforge.net/projects/kubos/files/ and extract the contents of the zip archive into a folder on your hard drive. Kubos can be started by executing the file "run_kubos_linux.sh" in the "bin" folder.

-As Debian does not have a "python2" binary one small modification is neccessary in order to avoid problems when opening multiple files: Change the first line of "kubos/__main__.pyw" from "#!/usr/bin/python2" to "#!/usr/bin/python" (drop the trailing number 2)
+As Debian does not have a "python2" binary one small modification is neccessary in order to avoid problems when opening multiple files: Change the first line of "kubos/\__main__.pyw" from "#!/usr/bin/python2" to "#!/usr/bin/python" (drop the trailing number 2)

 Other operating systems
 =======================
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marko Knöbl</dc:creator><pubDate>Sat, 12 Oct 2013 08:20:09 -0000</pubDate><guid>https://sourceforge.net2f06227c66c7e055ea55f32ffcd34da59d6ca7f0</guid></item><item><title>Installation modified by Marko Knöbl</title><link>https://sourceforge.net/p/kubos/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -15,7 +15,10 @@

 Install the package "python-qt4" from your package manager.

-Furthermore the packages "liboce" and "python-occ" must be downloaded and installed from this PPA: https://launchpad.net/~hmeyer/+archive/3d/+packages?field.name_filter=&amp;amp;field.status_filter=published&amp;amp;field.series_filter=oneiric
+Download and install the following packages: 
+
+64 bit: [liboce](https://launchpad.net/~hmeyer/+archive/3d/+build/2914113/+files/liboce1_0.6.0-0ubuntu15_amd64.deb), [python-occ](https://launchpad.net/~hmeyer/+archive/3d/+build/3026060/+files/python-occ_0.6-0ubuntu2_amd64.deb)
+32 bit: [liboce](https://launchpad.net/~hmeyer/+archive/3d/+build/2914113/+files/liboce1_0.6.0-0ubuntu15_amd64.deb), [python-occ](https://launchpad.net/~hmeyer/+archive/3d/+build/2914114/+files/liboce1_0.6.0-0ubuntu15_i386.deb)

 Download Kubos from https://sourceforge.net/projects/kubos/files/ and extract the contents of the zip archive into a folder on your hard drive. Kubos can be started by executing the file "run_kubos_linux.sh" in the "bin" folder.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marko Knöbl</dc:creator><pubDate>Sat, 12 Oct 2013 08:08:00 -0000</pubDate><guid>https://sourceforge.net6a2d7d15b66d28520028f7f8a5052cef68259b56</guid></item></channel></rss>