Hi Michael,

Michael D Schleif wrote:
As you will know, I am new to Bering-uClibc.  There are two (2) programs
that I want to build, and I am not confident in my understanding of the
documentation that I have found and read.

Please, will somebody give me a clue as to how to make the following?

    qmail.lrp
    vim.lrp
If you want to use buildtool (which I would recommend) the steps are these:
* checkout buildtool from CVS
* build the build environment
* create a buildtool.cfg and buildtool.mk for each package you want to create in source/yourNewPackageName/
* add an entry to conf/sources.cfg for each package
* compile the sources by running "buildtool.pl build packagename"


To create packages from the compiled sources:
* add a package definition to each buildtool.cfg file
* make sure you have "fakeroot" on your system (alternatively, you can build packages as root, but it's strongly recommended not to)
* run "buildpacket.pl --package=yourPackageName -v"


For a much more verbose description (one that also includes the "how" and not only the "what"), please see http://leaf.sourceforge.net/doc/guide/buc-devel.html
That should be enough to get you going. If something is unclear or plain wrong (happens at times, since the documentation doesn't always keep up with development), please let us know.


If you have specific questions, please ask as well.

I hope that helps.

Martin


------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click ------------------------------------------------------------------------ leaf-user mailing list: leaf-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to