Starts adding code snippets in website

This commit is contained in:
2012-09-14 17:35:28 +02:00
parent 72f1840026
commit 827567cc48
3 changed files with 29 additions and 15 deletions

View File

@@ -12,10 +12,11 @@ Please choose below the chapter corresponding to your operating system
## Windows (XP, Vista, Seven)
[Simply download and run the executable](link to installer)(x86).
Once installed, you should be able to run Ivolution through the icon on the Desktop.
Everything should work out of the box without issue.
The software has not been tested (yet) on Windows 8, but there should not be major problems to get it running.
## Ubuntu 12.04
@@ -23,28 +24,38 @@ The software has not been tested (yet) on Windows 8, but there should not be maj
Ivolution is available for Ubuntu in only a few simple steps.
First of all, install Ivolution's dependencies. You can simply do this by running the following line in a terminal :
[Insert proper command line here]
:::python
$ apt-get install my super packages TODO
*___Note__ : You'll need administrator's rights to install the packages (usually means using __sudo__).*
Then, __[download the last stable packages](link to downloads)__ and extract here where you want.
*__Note__ : You'll need administrator's rights to install the packages (usually means using __sudo__).*
Then, __[download the last stable packages](../pages/Downloads.html)__ and extract here where you want.
Finally, move to the extracted folder in command line and install the package
[python setup.py install --record ivolution_files]
:::python
$ python setup.py install --record ivolution_files
*This time again, you will need administrator's right.*
__Done !__ You can now start using Ivolution by running
[Ivolutioner]
in a terminal.
__Done !__ You can now start using Ivolution by running the following command in a terminal :
:::python
Ivolutioner
### Uninstalling the software
*__Note:__*
*The __--record__ option during the install is used to create a list of all the files generated into your system.*
*By default, there is no uninstall solution for python packages and the only solution is to remove all the files one by one.*
You can do this by running
[proper command line to uninstall]
in a command line, where *ivolution_file* is your record file.
You can do this by running the following command in a terminal, where *ivolution_file* is your record file.
:::python
[proper command line to uninstall]
**WARNING: This command, if not run correctly, may cause damages! Check the record file first.**
@@ -54,9 +65,12 @@ For most of all the other Linux distributions, the installation process is simil
You will have to find the name of the packages for your own distribution, or compile them from source if they don't exist.
Here is a list of all the elements you'll need in your system to run Ivolution:
[place list of dependencies here]
Once all the dependencies are satisfied, you can simply [download](link to Linux package) and install the package using the directions [from the Ubuntu chapter](link to above? ).
- python 2.7 or more
- opencv 2.4 or more, and all of its dependencies
- wxpython and wxwidgets
Once all the dependencies are satisfied, you can simply [download](link to Linux package) and install the package using the directions __from the Ubuntu chapter__.
## Mac OS

View File

@@ -23,7 +23,7 @@ textarea{overflow:auto;vertical-align:top;}
body{background-color:#ffffff;margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;font-weight:normal;line-height:18px;color:#404040;}
.container{width:940px;margin-left:auto;margin-right:auto;zoom:1;}.container:before,.container:after{display:table;content:"";zoom:1;}
.container:after{clear:both;}
.container-fluid{position:relative;min-width:940px;padding-left:20px;padding-right:20px;zoom:1;}.container-fluid:before,.container-fluid:after{display:table;content:"";zoom:1;}
.container-fluid{position:relative;min-width:140px;padding-left:20px;padding-right:20px;zoom:1;}.container-fluid:before,.container-fluid:after{display:table;content:"";zoom:1;}
.container-fluid:after{clear:both;}
.container-fluid>.sidebar{position:absolute;top:0;left:20px;width:220px;}
.container-fluid>.content{margin-left:240px;}

View File

@@ -65,7 +65,7 @@
{% block indextitle %}<div class="page-header"><h1>{% block title %} {{ self.windowtitle() }} {% endblock %}</h1></div>{% endblock %}
{% block content %}{% endblock %}
<footer>
<p> Powered by <a href="http://pelican.notmyidea.org/en/3.0/index.html">Pelican</a>.</p>
<p> Website proudly powered by <a href="http://pelican.notmyidea.org/en/3.0/index.html">Pelican</a>.</p>
<p>&copy; {{ AUTHOR }} 2012</p>
</footer>
</div>