Upcoming release 1.3
Pages: 1 2
admin
2,930 Posts
February 27, 2017, 6:29 pmQuote from admin on February 27, 2017, 6:29 pmWelcome Jason,..we are all new here 🙂
Sure do let us know your feedback when you try it.
Cheers /Maged
Welcome Jason,..we are all new here 🙂
Sure do let us know your feedback when you try it.
Cheers /Maged
6gvr7766
15 Posts
February 28, 2017, 1:21 amQuote from 6gvr7766 on February 28, 2017, 1:21 am
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!
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!
6gvr7766
15 Posts
February 28, 2017, 3:22 amQuote from 6gvr7766 on February 28, 2017, 3:22 amI tried to build installer in tinycorelinux but faild,Would you please give me a document to build it in tinycorelinux ? Thanks
I tried to build installer in tinycorelinux but faild,Would you please give me a document to build it in tinycorelinux ? Thanks
admin
2,930 Posts
February 28, 2017, 7:16 amQuote from admin on February 28, 2017, 7:16 amRe 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.
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.
6gvr7766
15 Posts
March 1, 2017, 2:16 amQuote from 6gvr7766 on March 1, 2017, 2:16 am
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!
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!
admin
2,930 Posts
March 1, 2017, 12:15 pmQuote from admin on March 1, 2017, 12:15 pmHello 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.
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.
6gvr7766
15 Posts
March 2, 2017, 2:05 amQuote from 6gvr7766 on March 2, 2017, 2:05 am
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
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
Upcoming release 1.3
admin
2,930 Posts
Quote from admin on February 27, 2017, 6:29 pmWelcome Jason,..we are all new here 🙂
Sure do let us know your feedback when you try it.
Cheers /Maged
Welcome Jason,..we are all new here 🙂
Sure do let us know your feedback when you try it.
Cheers /Maged
6gvr7766
15 Posts
Quote from 6gvr7766 on February 28, 2017, 1:21 amQuote from admin on February 27, 2017, 11:19 amRe 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!
Quote from admin on February 27, 2017, 11:19 amRe 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!
6gvr7766
15 Posts
Quote from 6gvr7766 on February 28, 2017, 3:22 amI tried to build installer in tinycorelinux but faild,Would you please give me a document to build it in tinycorelinux ? Thanks
I tried to build installer in tinycorelinux but faild,Would you please give me a document to build it in tinycorelinux ? Thanks
admin
2,930 Posts
Quote from admin on February 28, 2017, 7:16 amRe 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.
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.
6gvr7766
15 Posts
Quote from 6gvr7766 on March 1, 2017, 2:16 amQuote from admin on February 28, 2017, 7:16 amRe 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!
Quote from admin on February 28, 2017, 7:16 amRe 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!
admin
2,930 Posts
Quote from admin on March 1, 2017, 12:15 pmHello 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.
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.
6gvr7766
15 Posts
Quote from 6gvr7766 on March 2, 2017, 2:05 amQuote from admin on March 1, 2017, 12:15 pmHello 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
Quote from admin on March 1, 2017, 12:15 pmHello 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