Author: glen   Date: Thu Aug 24 13:39:56 2006 GMT
Module: PLDWWW   URL: 
http://www.pld-linux.org/DevelopingPLD/PreparingWorkingEnvironment
---- Log message:


---- Page affected: DevelopingPLD/PreparingWorkingEnvironment

---- Diffs:

================================================================
New page:
=== Preparing your working environment ===

The first thing you should do is make sure you have the {{{cvs}}} package 
installed. Second, if you have a directory or file named {{{rpm}}} in your home 
directory, either delete it or move it somewhere else. You don't want it to get 
in your way in the next step. Now, invoke the following set of commands:

{{{
$ cd
}}}

To make sure your current working directory is your home directory.

{{{
$ mkdir -p rpm/{RPMS,BUILD,SRPMS}
}}}

To create necessary directories.

{{{
$ CVSROOT=:pserver:[EMAIL PROTECTED]:/cvsroot \
cvs co SOURCES/.cvsignore SPECS
}}}

NB! Alternative initialization
{{{
$ poldek -u rpm-build-tools
$ builder --init-rpm-dir
}}}

Read more aboout [:DevelopingPLD/BuilderScript: builder] script.

To fetch all the files from the [:Repositories: repository]. If you already 
have an account there, replace [EMAIL PROTECTED] with your account name.

Now you are ready to start your work.
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to