| 27 | |
| 28 | == Download == |
| 29 | |
| 30 | === Source code === |
| 31 | A list of the latest releases is available [http://www.midnight-commander.org/downloads here]. If you are interested in helping with the development please also have a look at our Git repository. In order to check out the repository tree use the following commands: |
| 32 | * git clone git://midnight-commander.org/git/mc.git |
| 33 | * git clone http://git.midnight-commander.org/mc.git (for those who are behind a firewall) |
| 34 | |
| 35 | We also have an autosyncing Git mirror at [[http://repo.or.cz/w/midnight-commander.git/ repo.or.cz]]. It uses gitweb as the web-interface to Git and can therefore provide some information normally unavailable via Trac Git browser plug-in: |
| 36 | * git clone git://repo.or.cz/midnight-commander.git |
| 37 | * git clone http://repo.or.cz/r/midnight-commander.git (for those who are behind a firewall) |
| 38 | |
| 39 | === Binary builds === |
| 40 | |
| 41 | The binaries are normally provided by the distributions, who choose to ship mc along with their packages. We have, however, set up a machine which builds nightly RPM packages from the snapshot of the master Git branch at around 4:30 (GMT+3) for a number of platforms and architectures (EL4, EL5, FC10, FC11, FC12, both x86 and x86_64). Please check out the NightlyBuilds for details. |
| 42 | |
| 43 | For stable releases, please check the [wiki:Binaries Binaries] page for builds for Ubuntu and various Redhat distributions. |
61 | | == Download == |
62 | | |
63 | | === Source code === |
64 | | A list of the latest releases is available [http://www.midnight-commander.org/downloads here]. If you are interested in helping with the development please also have a look at our Git repository. In order to check out the repository tree use the following commands: |
65 | | * git clone git://midnight-commander.org/git/mc.git |
66 | | * git clone http://git.midnight-commander.org/mc.git (for those who are behind a firewall) |
67 | | |
68 | | We also have an autosyncing Git mirror at [[http://repo.or.cz/w/midnight-commander.git/ repo.or.cz]]. It uses gitweb as the web-interface to Git and can therefore provide some information normally unavailable via Trac Git browser plug-in: |
69 | | * git clone git://repo.or.cz/midnight-commander.git |
70 | | * git clone http://repo.or.cz/r/midnight-commander.git (for those who are behind a firewall) |
71 | | |
72 | | === Binary builds === |
73 | | |
74 | | The binaries are normally provided by the distributions, who choose to ship mc along with their packages. We have, however, set up a machine which builds nightly RPM packages from the snapshot of the master Git branch at around 4:30 (GMT+3) for a number of platforms and architectures (EL4, EL5, FC10, FC11, FC12, both x86 and x86_64). Please check out the NightlyBuilds for details. |
75 | | |
76 | | For stable releases, please check the [wiki:Binaries Binaries] page for builds for Ubuntu and various Redhat distributions. |
77 | | |