Thread Glade2 (GUI-Generator) - Komplette Container Clonen (Vbox, Hbox .. etc)
(16 answers)
Opened by IceRage at 2008-12-13 17:36
Also ich habe es bei meinen Gtk-Scripten so gemacht:
1. relative Pfade im Script anpassen: Code (perl): (dl
)
$path=$ENV{PAR_TEMP}."/inc/$path" if($ENV{PAR_TEMP}); 2. Alles zuammenpacken: Code: (dl
)
pp -p -I own/modules/ -a application.glade -a application.conf application.pl 3. Par-datei ist Zip-Archiv. Gebenfalls öffnen und sonstige Dateien hineinpacken. (waren bei mir Hilfedokus) Der Par-Packer kann keine Ordner rekusrsiv hinzufügen. 4. Programm erzeugen: Code: (dl
)
pp -o application a.par Wenn man dann das Programm ausführt entpackt es das Archiv nach "/tmp/par-username/cache-random/" einfach mal rein schauen und sehen wo was liegt, und danach die Pfade anpassen. Mit Windows kann ich dir nicht weiterhelfen. Stell die Frage am besten nochmal als eigenen Thread. |