Running the HelloWorld example on Archlinux - LemontechSA/TideSDK GitHub Wiki
To run the HelloWorld example, I had to do these things because there are some packages which are not compatible with the TideSDK:
- Downgrade curl to version 7.23. You can have it here for x86_64 and for i686
- Install gnutls2 from AUR
- edit the tidebuilder.py in ~/.tidesdk/sdk/linux/1.3.1-beta/ by changing the python version used to python2 as in #!/usr/bin/env python2
- make a link to /usr/gnutls2/lib/libgnutls.so.26.22.5 and saving it in ~/.tidesdk/runtime/linux/1.3.1-beta as libgnutls.so.26
- export PATH=$PATH:~/.tidesdk/runtime/linux/1.3.1-beta/
And I believe we are all set to run the HelloWorld app.