Merge branch 'master' of ssh://localhost:8479/gitroot/eodev/eodev
This commit is contained in:
commit
cc99ec5ea1
3 changed files with 6 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ Or go through the following steps:
|
|||
2. call CPack specifying the desired package system:
|
||||
cpack -G DEB
|
||||
3. install the package:
|
||||
sudo apt-get install EO-1.1.1-Linux.deb
|
||||
sudo dpkg -i EO-1.1.1-Linux.deb
|
||||
|
||||
|
||||
Basic installation
|
||||
|
|
|
|||
4
eo/package_nsis.bat
Normal file
4
eo/package_nsis.bat
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
cd release
|
||||
cpack -G NSIS
|
||||
cd ..
|
||||
pause
|
||||
|
|
@ -30,6 +30,7 @@
|
|||
<ul>
|
||||
<li><a href="http://sourceforge.net/project/showfiles.php?group_id=9775">Download</a></li>
|
||||
<li><a href="http://eodev.sourceforge.net/eo/tutorial/html/eoTutorial.html">Tutorial</a></li>
|
||||
<li><a href="https://sourceforge.net/apps/trac/eodev/wiki/faq">FAQ</a></li>
|
||||
<li><a href="http://eodev.sourceforge.net/eo/doc/html/index.html">API documentation</a></li>
|
||||
<li><a href="http://sourceforge.net/project/?group_id=9775">Project page</a></li>
|
||||
<li><a href="http://chat.jabberfr.org/muckl_int/index.php?room=eo">Chat with us</a></li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue