Hello,
I want to try to port Cinnamon to Crux 3.0
I have found that this are the steps to do :
- cd muffin
- git checkout -b stable origin/stable
- dpkg-buildpackage
And for cinnamon:
- cd Cinnamon
- git checkout -b stable origin/stable
- ./autogen.sh
- dpkg-buildpackage
Can anyone give me some pointers how I can begin with the build script for Crux.
I have read the page about porting but there are nothing about git builds.
I think I have to replace dpkg-buildpackage to ./configure , make, make install.
Roelof
Roelof