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
|
||||
Reference in a new issue