mr-kumar
... So once its built, how I could place the application so that it doesn't loads onboot and loads only in ondemand ? ...
After you copy your extensions to your tce directory:
Click on the the icon that looks like a screw head with a downward pointing blue arrow to start the Apps utility. Once it comes
up, click on the button labeled Apps->Maintenance->OnDemand Maintenance. Click on the item in the left panel you wish to add
to ondemand, then click the Add Item button.
Your Google link mentions running install-build-deps.sh which does not exist in Tinycore. They list this for Arch Linux:
$ sudo pacman -S --needed python perl gcc gcc-libs bison flex gperf pkgconfig \
nss alsa-lib glib2 gtk3 nspr ttf-ms-fonts freetype2 cairo dbus libgnome-keyring
This should get you most of the way there (gtk3-dev pulls in a large number of the dependencies):
tce-load -w compiletc gperf nss-dev alsa-dev gtk3-dev nspr-dev libgnome-keyring-dev
tce-load -i compiletc gperf nss-dev alsa-dev gtk3-dev nspr-dev libgnome-keyring-dev
The first command downloads the extensions if they are not already in your tce directory.
The second command loads the extensions but does not add them to onboot.
The only thing I see missing is ttf-ms-fonts.