================================= = Development environment setup = ================================= This document is intended for maintainers of Ndless. This file describes the prerequisites and setup steps for a Windows development environment to build Ndless. You *don't* need to follow this procedure to set up a C/ARM development environment to build TI-Nspire programs. This setup is described in ReadMe.txt. C = - MSYS with MinGW: http://www.mingw.org/wiki/msys * Copy Ndless/Makefile.config.tpl to Ndless/Makefile.config and configure the latter ARM === - Set up the toolchain as described in ReadMe.xt Building ======== From Ndless root directory: * make: builds the artifacts * make arm [NSPIRE_OS=os1_0_554|os1_0_529, default is os1_0_554]: builds the ARM artifacts * make dist FAST=true: builds the artificats and create a release directory (dist) for development tests. Java obfuscation is disabled. * make distbin: builds the artifacts without packaging the source code * make dist: builds the artificats and create a release directory (dist) Debugging the installer ======================= ?