Changes Discussion for SDK - LemontechSA/TideSDK GitHub Wiki

This is a place to document and discuss any changes we find for the SDK to improve usability and fix OS specific errors and behavior.

General

  • Function init_normal_dirs in env.py - Needs to be changed to a relative path of ...... or something in order to self-contain everything for the SDK.
  • Change the build script to package runtime/libraries with the app in a smart way.
  • If we are going to include ImageMagick for the SDK to use, we might aswell include the language specific libraries and make sure they work (RMagick for Ruby, equivalent for PHP and Python or whichever languages we are going to keep.)
  • Remove or Change the runtime/module downloader. Runtimes and Modules should be included with the app in a As Needed basis and Tide should be changed to look for those in the App for the data.

Win32

  • On Line 47 in win32_app.py - Change it to the local path for convert in .\magick\

Linux

OSX