Jump to content

H8300-boot: Difference between revisions

From HW wiki
No edit summary
No edit summary
Line 12: Line 12:


   darcs get <login>@rtime.felk.cvut.cz:/var/repos/h8300-boot
   darcs get <login>@rtime.felk.cvut.cz:/var/repos/h8300-boot
Browsing of project sources is also possible via [http://rtime.felk.cvut.cz/darcs/darcsweb.cgi?r=h8300-boot;a=summary web interface].


== Compiling ==
== Compiling ==

Revision as of 09:27, 26 September 2005

Actual source code can be downloaded using a Darcs tool:

 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


Browsing of project sources is also possible via web interface.

Compiling

To compile all needed programs and libraries follow the instructions from darcs MOTD. Then run

make

command from top level direcotry.