Differences between revisions 1 and 2
Revision 1 as of 2012-01-10 15:55:47
Size: 807
Editor: mbk-50-12
Comment:
Revision 2 as of 2012-01-10 16:41:39
Size: 807
Editor: mbk-50-12
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
----
Line 11: Line 10:
Note that the litmus-rt.git repository contains a large portion of the Linux kernel repository, and will take some time to download. It is 1.1 GB in size as of February, 2011. Note that the `litmus-rt.git` repository contains a large portion of the Linux kernel repository, and will take some time to download. It is 1.1 GB in size as of February, 2011.
Line 13: Line 12:
----
To clone the liblitmus repository (the userspace library), enter the following command:
To clone the `liblitmus` repository (the userspace library), enter the following command:
Line 20: Line 18:
----

To clone the Feather-Trace tools repository (the tracing tools), enter the following command:
To clone the Feather-Trace tools repository (the tracing tools, aka `ft_tools`), enter the following command:

Public Repositories

The LITMUSRT source code is managed using the git version control system.

To clone the kernel repository (Linux + LITMUSRT), enter the following command:

git clone http://www.litmus-rt.org/src/litmus-rt.git

Note that the litmus-rt.git repository contains a large portion of the Linux kernel repository, and will take some time to download. It is 1.1 GB in size as of February, 2011.

To clone the liblitmus repository (the userspace library), enter the following command:

git clone http://www.litmus-rt.org/src/liblitmus.git

To clone the Feather-Trace tools repository (the tracing tools, aka ft_tools), enter the following command:

git clone http://www.litmus-rt.org/src/feather-trace-tools.git

Repositories (last edited 2015-06-27 08:35:32 by bbb)