Changes

Jump to navigation Jump to search
463 bytes added ,  18: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===

Navigation menu