Changes between Version 50 and Version 51 of DetailedInstall
- Timestamp:
- Aug 25, 2010, 4:42:39 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DetailedInstall
v50 v51 35 35 //'''Note 2.''' "v.X.X" stands for current latest version index. Thus, the Dolphin package will be extracted into the folder called Dolphin-v.X.X in the same directory where you have uploaded Dolphin-v.X.X.X.zip. Go to [http://www.boonex.com/dolphin/download/ Dolphin Download] page to get a correct link to the latest package download (where X.X.X are real numbers).// 36 36 37 37 Now you will be able to unzip the package under your shell account using the following command: 38 38 {{{ 39 39 unzip Dolphin-v.X.X.zip 40 40 }}} 41 41 or 42 42 {{{ 43 43 unzip -d Dolphin_directory Dolphin-v.X.X.zip