|
Written by LittleFox
|
|
Monday, 05 July 2010 00:57 |
How to get the Source of LF OS
The Sourcecode of LF OS is available throug subversion:
http://lf-os.googlecode.com/svn/trunk
I hope you know how to use a subversion client. If not, here's a short howto:
- Install subversion on your computer. Here I'll only tell you how to use the commandline version.
- Open a commandline/terminal and navigate to the folder where the LF OS source should be placed.
- type `svn co http://lf-os.googlecode.com/svn/trunk` - this will checkout the complete LF OS sourcecode placed in trunk. Under Windows you probally have to add the subversion folder to your PATH variable.
- completed ;)
Please note:
Since Kernel 4, every kernel has it's own folder in http://lf-os.googlecode.com/svn/branches.
|
|
Last Updated on Thursday, 03 November 2011 14:12 |