|
|
(29 intermediate revisions by 5 users not shown) |
Line 1: |
Line 1: |
| Actual source code can be downloaded using a [http://www.darcs.net/ darcs] tool:
| | This page is no longer valid. Please go to [[System_less_framework]] for actual information. |
| | |
| darcs get http://rtime.felk.cvut.cz/repos/h8300-boot
| |
| | |
| This will create a copy of the repository on your computer. You can upgrade your repository using the command: | |
| | |
| darcs pull
| |
| | |
| If you have an acount on the ''rtime'' server, you can use ''ssh''-based access to the repository. If an administrater gave you the right for writing to the repository, you can not only read (pull) repository but also write (push) changes to the repository.
| |
| | |
| The syntax for getting the repo is:
| |
| | |
| darcs get <login>@rtime.felk.cvut.cz:/var/repos/h8300-boot
| |
| | |
| == Compiling ==
| |
| | |
| To compile all needed programs and libraries follow the instructions from darcs MOTD. Then run
| |
| make
| |
| command from top level direcotry.
| |
Latest revision as of 17:24, 21 March 2008
This page is no longer valid. Please go to System_less_framework for actual information.