Merge branch 'master' of ssh://localhost:8479/gitroot/eodev/eodev

This commit is contained in:
nojhan 2011-06-01 15:42:30 +02:00
commit cc99ec5ea1
3 changed files with 6 additions and 1 deletions

View file

@ -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
View file

@ -0,0 +1,4 @@
cd release
cpack -G NSIS
cd ..
pause