ptitSeb
Serial Porter
GTKmm, last I checked, needed gtk3 (or a very recent GLib, don't remember), but I will recheck, just to see if I can compile it anyway.May I ask for the GTKmm inclusion in future releases? Somebody already asked for it in this thread some months ago. I stumbled upon several apps which require it and I'm not skilled enough to handle that myself. I never managed to compile anything from source before I tried your PND Seb. Thanks to you and Ekianjo's tutorial even such compiling novice like me can finally deliver some compiled apps. Thanks again!
I'm not very comfortable with that. I'm not sure on how to handle that honestly. I think that the easiest way to do that is toHere can i ask too Please can you implement a Setup Script for Users like me who want to integrate the Dev System Complete with all like Mesa GL,GCC and all other on SD Card? I use often Pandora OS on a big SD Card and would be happy when there is a Script or Setup Tool to integrate all from this PND into the entire System. That would be a great help for me and others Great what you have done with the Codeblocks PND, good Work
1. Start the PND (with command line)
2. Copy every thing somewhere
3. Quit command line (and with clean_umount, it cleanly unmount).
4. Make a link from your copied folder to /mnt/utmp/codeblocks
5. add most of the export from runcli.sh to your .bashrc
But that's ugly.
Problem is I hardcoded many things to "/mnt/utmp/codeblocks", so it works well inside the PND. But, as a side effect, it doesn't work so well outside the PND. For example, I changed all the .pc files (in /mnt/utmp/codeblocks/usr/lib/pkgshare) to point to /mnt/utmp/codeblocks/usr/lib instead or /usr/lib (that's just an example).