Forums

Home / Forums

You need to log in to create posts and topics. Login · Register

Upcoming release 1.3

Pages: 1 2

Welcome Jason,..we are all new here 🙂

Sure do let us know your feedback when you try it.

Cheers /Maged

Quote from admin on February 27, 2017, 11:19 am

Re building CD:  To compile c/c++ code, the target and build environments need to be the same.  To build the installer under Tiny Core, you need to compile it under Tiny Core development environment.

Thaks a lot. I'll try again!

I tried to build installer in tinycorelinux but faild,Would you please give me a document to build it in tinycorelinux ? Thanks

Re CD building: To build under Tiny Core, you should setup a build environment like you did with xubuntu: install a Tiny Core system ( with a desktop ui environment of course 🙂 )  then the compiler tools and qt development ( in the TC package manager application search for the packages by name containing qt or qt-dev ). make sure you can compile a simple hello world console app and a simple Qt app. Once this is  done you should be able to compile the installer through its make file just like you did with xubuntu.  Also to be compatible with our CD, use TC 6.X instead 7.X unless you want to update the XOrg libraries. Good luck.

Quote from admin on February 28, 2017, 7:16 am

Re CD building: To build under Tiny Core, you should setup a build environment like you did with xubuntu: install a Tiny Core system ( with a desktop ui environment of course 🙂 )  then the compiler tools and qt development ( in the TC package manager application search for the packages by name containing qt or qt-dev ). make sure you can compile a simple hello world console app and a simple Qt app. Once this is  done you should be able to compile the installer through its make file just like you did with xubuntu.  Also to be compatible with our CD, use TC 6.X instead 7.X unless you want to update the XOrg libraries. Good luck.

i am a newbee in tinycorelinux,when i build ,it raise “feature.h not found ”,in ubuntu install build-essxxx will solve ,but how to in tinycore linux,i searched in tce repo ,but not found,need some help. thanks a lot!

Hello there. At what step do you get this error exactly  ? Is it during building the installer ? Have you installed the compiler and Qt development correctly,  can you build simple hello world application and simple Qt app as a test before trying to build the installer ? Please give me more details and i will try to help you. you can attach a screen shot of the error too, but also tell me at what stage you get it.

Quote from admin on March 1, 2017, 12:15 pm

Hello there. At what step do you get this error exactly  ? Is it during building the installer ? Have you installed the compiler and Qt development correctly,  can you build simple hello world application and simple Qt app as a test before trying to build the installer ? Please give me more details and i will try to help you. you can attach a screen shot of the error too, but also tell me at what stage you get it.

Thanks for reply. Now i can build the installer in TinyCoreLinux  successfuly, an can run  in my develop env , but can't be ran in Petasan install process , when run it mannuly , it raise "-sh: ./psinstaller :not found".

build env : TinyCoreLinux   6.x  i686

and my build step:

1. qmake -project

2. qmake psinstaller.pro

3. make

 

 

Pages: 1 2