Skip to content

Receipts for Slitaz packages which is absent in wok

Notifications You must be signed in to change notification settings

jurinva/slitaz-wok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

slitaz-wok

Receipts for Slitaz

Set up your SliTaz development environment

from here

  1. Install the development package and it’s dependencies with the following command:
# tazpkg -gi tazdev
  1. Create the isolated chroot environment for development:
# tazdev -gc
# su
  1. chroot to the development environment:
# tazdev chroot
  1. Install the utilities needed to start cooking:
# tazpkg recharge
# tazpkg -gi cookutils
  1. Clone the wok repository or create one for personal use:
# cook setup --wok //clone the wok to build official packages
OR
# cook setup //create a wok from scratch for personal use
  1. cd to /home/slitaz and cook the slitaz-doc package as a start:
# cd /home/slitaz
# cooker pkg slitaz-doc

You will find the package created under the /home/slitaz/packages directory. 8. The downloaded source packages and source code for the packages will be present under the src and wok directories. cd around to get accustomed to various directories and files.

About

Receipts for Slitaz packages which is absent in wok

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages