File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 725725 <exec executable =" ./processing" dir =" linux/work" spawn =" true" />
726726 </target >
727727
728- <target name =" linux-dist-tar " depends =" linux-build"
728+ <target name =" linux-dist" depends =" linux-build"
729729 description =" Build .tar.gz of linux version" >
730730
731731<!--
759759 </echo >
760760 </target >
761761
762- <target name =" linux-dist " depends =" linux-dist-tar "
762+ <target name =" deb " depends =" linux-dist"
763763 description =" Build .deb of linux version" >
764764
765765 <!-- start with a clean debian folder -->
835835 <delete dir =" linux/debian" />
836836
837837 <echo >
838- =======================================================
839- Processing for Linux was built. Grab the deb from
838+ ========================================================
839+ Processing for Debian Linux was built. Grab the deb from
840840
841841 ${ linux.deb }
842- =======================================================
842+ ========================================================
843843 </echo >
844844 </target >
845845
Original file line number Diff line number Diff line change @@ -30,6 +30,11 @@ X https://github.com/processing/processing/issues/51
3030X https://github.com/processing/processing/pull/2382
3131X getCaretLocation() bug in syntax.im package
3232X https://github.com/processing/processing/issues/2934
33+ X finish up debian package support (see the processing.mess folder)
34+ X http://code.google.com/p/processing/issues/detail?id=75
35+ X these bits need to be checked to ensure that they work on other distros
36+ X https://github.com/processing/processing/issues/114
37+ X https://github.com/processing/processing/pull/2972
3338
3439
3540_ make examples pull/build automatic during dist
@@ -913,9 +918,6 @@ _ sudo apt-get install xvfb
913918_ Xvfb :2 -screen 0 1024x768x24 &
914919_ export DISPLAY=localhost:2.0
915920_ ./<myExportedProcessingApplication>
916- _ finish up debian package support (see the processing.mess folder)
917- _ http://code.google.com/p/processing/issues/detail?id=75
918- _ these bits need to be checked to ensure that they work on other distros
919921_ not being able to make a link to the processing app
920922_ argh.. more path and shell issues..
921923_ splash screen
You can’t perform that action at this time.
0 commit comments