| 24 | |
| 25 | == Latest Version == |
| 26 | The latest version is '''0.7.1''' released on 30.09.2011. The list of changes can be found in the [http://svn.netlabs.org/odin32/browser/tags/0.7.1/changelog ChangeLog] file. |
| 27 | |
| 28 | Starting from version '''0.7.1''', the primary way to distribute and install official builds of Odin is RPM. This means that all Odin components are provided as RPM packages which may be installed from either the netlabs RPM repositories using the YUM command or directly using the RPM command (the GUI frontend is on the way). In order to install RPM packages on your machine, you need to install the RPM bootstrap package (once) which contains the RPM installer. The installation of RPM is described [http://svn.netlabs.org/rpm/wiki/RpmInstall here] in detail. Once you have RPM installed, you may issue one of following commands to install various parts of Odin: |
| 29 | |
| 30 | ||'''yum install libodin''' ||Installs the basic Odin runtime needed for Odin-based and Odin-ized applications |
| 31 | ||'''yum install odin-doc''' ||Installs the Odin user's manual |
| 32 | ||'''yum list *odin*''' ||Lists all available Odin packages with short desctiptions |
| 33 | |
| 34 | Note that the first command is not normally needed -- if you install an Odin-based application from the RPM repository, it will install all required Odin components automatically. This command is only necessary if you have an Odin-based application distributed as a ZIP archive or in some other (non-RPM) form. |
| 35 | |
| 36 | We also provide a ZIP package of Odin for your convenience, if you cannot use RPM for some reason. You can download it [ftp://ftp.netlabs.org/pub/odin/0.7.1/odin-0.7.1.zip here]. |