Open main menu
Home
Random
Log in
Settings
About Sugar Labs
Disclaimers
Sugar Labs
Search
Changes
← Older edit
Newer edit →
Trisquel
(view source)
Revision as of 17:48, 10 October 2012
463 bytes added
,
17:48, 10 October 2012
no edit summary
Line 17:
Line 17:
===Trisquel Packages===
===Trisquel Packages===
*http://packages.trisquel.info/
*http://packages.trisquel.info/
+
+
=== For developers ===
+
The development building tool sugar-build can be used on Trisquel with a small hack.
+
It's recommended to have the last version of Trisquel when doing it.
+
There is to clone [http://git.sugarlabs.org/sugar-build/sugar-build sugar-build] and then you have to replace the file scripts/check-system.
+
#This line
+
distro = check_distro()
+
#With this other
+
distro = 'ubuntu'
+
Then for build you can type:
+
make
+
And for run Sugar:
+
make run
===Trisquel 5.5===
===Trisquel 5.5===
Daniel Francis
146
edits