sugarlabs / sugar

Sugar GTK shell
GNU General Public License v3.0
257 stars 242 forks source link

Readme.md updated to add links to dependencies. #886

Closed srevinsaju closed 4 years ago

srevinsaju commented 4 years ago

Unwanted Dependencies was mentioned. Most of it automatically installed. Links to dependencies was added;

Aniket21mathur commented 4 years ago

@srevinsaju sugar-datastore is not installed automatically if you build through the native method(manual installation) on the other hand all the dependencies are automatically installed if you install through the sucrose pacakge.

Thanks for the linking part. Please also do it for datastore.

srevinsaju commented 4 years ago

@Aniket21mathur updated, but I have not been able to use the sugar DE yet. It stops working at

make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target 'install'. Stop.

~ : wrt Google Code In

Aniket21mathur commented 4 years ago

Please follow this method and let us know where you get stuck. Thanks

srevinsaju commented 4 years ago

Autogen, configure, make, and install modules for Python 3;

for module in sugar{-artwork,-toolkit-gtk3,-datastore,}; do
cd $module
./autogen.sh --with-python3
make
sudo make install
cd ..
done

Here, also see #890