Update the README file

master
Timothy Pearson 11 years ago
parent c0ab702e26
commit 5843e6cd17

@ -1,3 +1,12 @@
(c) 2013 Timothy Pearson, Raptor Engineering
Licensed under the GPL v2
==================================================================================
GENERAL INFORMATION
==================================================================================
This is the source repository for the hardware access portion of the uLab remote laboratory system.
The terminal services components are hosted in a separate GIT repository, available from the uLab project's home page at http://ulab.trinitydesktop.org
@ -10,3 +19,43 @@ documentation: Various files providing developer-facing documentation for the uL
fpga: FPGA-specific files, utilities, and programming software. This includes the hardware debug module required for FPGA viewer operation, and the various software components utilized by the FPGA Programmer daemon.
lib: Libraries providing core uLab functionality. These libraries are utilized by most uLab software, including both servers and clients.
servers: uLab server daemons for any supported operating systems. Each server daemon is matched with a client part in the "clients" top level directory.
==================================================================================
OBTAINING THE SOURCE CODE
==================================================================================
The uLab repository makes extensive use of GIT submodules, therefore obtaining a complete copy of the uLab source tree is slightly more complicated than a traditional 'git clone'. At minimum, you will need to execute:
git clone http://scm.trinitydesktop.org/scm/git/remotelaboratory
cd remotelaboratory
git submodule init
git submodule update
==================================================================================
BUILDING
==================================================================================
The uLab system shares much of its build infrastructure with the Trinity Desktop project; therefore, if you are familiar with building TDE packages with Autotools you may skip this section and proceed as you would with a TDE module.
At minimum, you will need to execute the following commands within each uLab component source tree:
cp -Rp <path to your system's libtool.m4 file> admin/libtool.m4.in
cp -Rp <path to your system's ltmain.sh file> admin/ltmain.sh
make -f admin/Makefile.common
./configure
make
make install
==================================================================================
REPORTING BUGS AND SUBMITTING PATCHES
==================================================================================
Bugs should be entered into the Trinity Desktop Environment's bugtracker at http://bugs.trinitydesktop.org, filed against the uLab software product.
Patches should be entered into the bugtracker as well; if the patch is an enhancement, open an enhancement request bug report detailing why the new feature(s) should be included in the master source and attach the patch to the new bug report.

Loading…
Cancel
Save