Download Latest Version Option-3.5.1.zip (18.3 MB)
Email in envelope

Get an email when there's a new version of Oramake Framework

Home / OraMakeSystem
Name Modified Size InfoDownloads / Week
Parent folder
OraMakeSystem-2.4.0-win64.zip 2021-03-11 10.5 MB
OraMakeSystem-2.4.0-cygwin.tar.gz 2021-03-11 903.7 kB
OraMakeSystem-2.4.0.zip 2021-03-11 99.0 MB
OraMakeSystem-2.3.0-win32.zip 2020-12-14 8.7 MB
OraMakeSystem-2.3.0-cygwin.tar.gz 2020-12-14 894.8 kB
OraMakeSystem-2.3.0.zip 2020-12-14 87.7 MB
OraMakeSystem-2.2.2.zip 2020-12-10 87.6 MB
OraMakeSystem-2.2.2-win32.zip 2020-12-10 8.7 MB
OraMakeSystem-2.2.2-cygwin.tar.gz 2020-12-10 893.9 kB
OraMakeSystem-2.2.1.zip 2020-09-22 87.6 MB
OraMakeSystem-2.2.1-win32.zip 2020-09-22 8.7 MB
OraMakeSystem-2.2.1-cygwin.tar.gz 2020-09-22 892.9 kB
OraMakeSystem-2.2.0-1-win32.zip 2019-10-28 8.7 MB
OraMakeSystem-2.2.0-1-cygwin.tar.gz 2019-10-28 890.4 kB
OraMakeSystem-2.2.0-1.zip 2019-10-28 87.7 MB
OraMakeSystem-2.1.0-win32.zip 2018-06-19 8.7 MB
OraMakeSystem-2.1.0-cygwin.tar.gz 2018-06-19 871.0 kB
OraMakeSystem-2.1.0.zip 2018-06-19 87.6 MB
OraMakeSystem-2.0.1.zip 2018-04-12 87.6 MB
OraMakeSystem-2.0.1-win32.zip 2018-04-12 8.7 MB
OraMakeSystem-2.0.1-cygwin.tar.gz 2018-04-12 862.9 kB
OraMakeSystem-2.0.0-win32.zip 2017-12-11 8.7 MB
OraMakeSystem-2.0.0-cygwin.tar.gz 2017-12-11 861.4 kB
OraMakeSystem-2.0.0.zip 2017-12-11 87.6 MB
README.txt 2017-12-11 1.6 kB
Totals: 25 Items   791.1 MB 0
  Documentation
  =============

Documentation ( in Russian):

Doc/Html/ru/index.html



  Installation on Windows
  ========================

1a. In case of installation from OraMakeSystem-X.X.X-win32.zip archive:

  - unpack the contents of the archive ( for example, into C:\).

1b. In case of installation from OraMakeSystem-X.X.X.zip archive:

  - unpack the contents of the archive ( into any folder);
  - execute from Windows command prompt:

cd OraMakeSystem-X.X.X
.\make install

  ( will be installed in the default directory C:\OraMakeSystem, to install to
  a different directory you need to use WIN_ROOT, for example
  ".\make install WIN_ROOT=D:/OraMakeSystem")

2. It is recommended to add the full path to root directory of installation to
  PATH environment variable ( PATH=C:\OraMakeSystem;...).



  Installation on Cygwin
  ========================

Run-time dependencies:
- bash
- make
- coreutils
- findutils
- dos2unix
- gawk
- sed
- grep
- patch
- perl ( for generating documentation using NaturalDocs)


Installation:

1a. In case of installation from OraMakeSystem-X.X.X-cygwin.tar.gz archive:

  - unpack the contents of the archive in Cygwin terminal:

tar xf OraMakeSystem-X.X.X-cygwin.tar.gz

1b. In case of installation from OraMakeSystem-X.X.X.zip archive:

  - unpack the contents of the archive from Explorer

2. Execute from the Cygwin terminal:

cd OraMakeSystem-X.X.X
make install

  ( will be installed into Cygwin with prefix /usr/local)

3. Add /usr/local/bin to PATH environment variable ( PATH=/usr/local/bin:...).

Source: README.txt, updated 2017-12-11