Difference between revisions of "Downloads"

From ScarletDME
Jump to navigation Jump to search
m (High level link engineering :p)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
Files, sources, packages and apps for OpenQM
+
Files, sources, packages and apps for ScarletDME/OpenQM
  
==Packages==
+
==ScarletDME==
*RPM package - [http://www.scarletdme.org/downloads/openqm-2.6-6.i386.rpm openqm-2.6-6.i386.rpm]
 
*Debian Package - [http://www.scarletdme.org/downloads/openqm-gpl_2.6.6_all.deb openqm-gpl_2.6.6_all.deb] (Note: this needs testing for upgrades)
 
*Debian Package - [http://www.scarletdme.org/downloads/openqm_2.4.17_all.deb openqm_2.4.17_all.deb]
 
  
==Source==
+
Main source code repository: https://github.com/geneb/ScarletDME
Original Ladybridge Source Tarballs
+
 
 +
The git command line for getting the full source tree is:
 +
<pre>
 +
git clone https://github.com/geneb/ScarletDME.git
 +
</pre>
 +
 
 +
The "master" branch is for the stable build and the "dev" branch is for current fixes/features.
 +
You can grab the dev branch directly using this command:
 +
<pre>
 +
git clone --branch dev https://github.com/geneb/ScarletDME.git
 +
</pre>
  
*[http://www.scarletdme.org/downloads/qmsrc_2-6-6.tgz qmsrc_2-6-6.tgz]
+
==Pre-Built OpenQM Packages==
*[http://www.scarletdme.org/downloads/qmsrc_2-4-4.tgz qmsrc_2-4-4.tgz]
+
*RPM package - [http://scarlet.deltasoft.com/downloads/openqm-2.6-6.i386.rpm openqm-2.6-6.i386.rpm]
 +
*Debian Package - [http://scarlet.deltasoft.com/downloads/openqm-gpl_2.6.6_all.deb openqm-gpl_2.6.6_all.deb] (Note: this needs testing for upgrades)
 +
*Debian Package - [http://scarlet.deltasoft.com/downloads/openqm_2.4.17_all.deb openqm_2.4.17_all.deb]
  
 +
==OpenQM Source==
 +
Original Ladybridge Source Tarballs
  
For latest build, issue this command in Linux for OpenQMVDB build ('''''Recommended''''')
+
*[http://scarlet.deltasoft.com/downloads/qmsrc_2-6-6.tgz qmsrc_2-6-6.tgz]
  svn checkout https://scarletdme.org/svn/qmvdb/openqm/trunk/
+
*[http://scarlet.deltasoft.com/downloads/qmsrc_2-4-4.tgz qmsrc_2-4-4.tgz]
''(Requires subversion client)''
 
  
 
==Applications==
 
==Applications==
*Coyote PICK webserver - [http://www.scarletdme.org/downloads/qmweb-gpl-2006-03-11.tar.gz qmweb-gpl-2006-03-11.tar.gz] - N.B. The source code for the daemon is missing.
+
*Coyote PICK webserver - [http://scarlet.deltasoft.com/downloads/qmweb-gpl-2006-03-11.tar.gz qmweb-gpl-2006-03-11.tar.gz] - N.B. The source code for the daemon is missing.

Latest revision as of 20:40, 29 January 2022

Files, sources, packages and apps for ScarletDME/OpenQM

ScarletDME

Main source code repository: https://github.com/geneb/ScarletDME

The git command line for getting the full source tree is:

git clone https://github.com/geneb/ScarletDME.git

The "master" branch is for the stable build and the "dev" branch is for current fixes/features. You can grab the dev branch directly using this command:

git clone --branch dev https://github.com/geneb/ScarletDME.git

Pre-Built OpenQM Packages

OpenQM Source

Original Ladybridge Source Tarballs

Applications