aboutsummaryrefslogtreecommitdiff
path: root/scripts/generate-pd-settings-files.sh
AgeCommit message (Collapse)Author
2009-04-09- hard-coded user install paths outlined in this FAQ entry. This makes it soHans-Christoph Steiner
that Pd-extended will look in the user install paths regardless of the prefs: http://puredata.info/docs/faq/how-do-i-install-externals-and-help-files-with-pd-extended - fixed prefs generating script to make the windows files properly - removed new hard-coded paths from the default prefs files svn path=/trunk/; revision=10991
2008-08-14merged in changes from the v0-40 pd-extended release branchHans-Christoph Steiner
svn path=/trunk/; revision=10244
2008-05-15added npath and nloadlib to stop CPU spike at load; added ~/pd/ and ↵Hans-Christoph Steiner
~/Library/Pd for user-specific install paths. What to do on Windows... svn path=/trunk/; revision=9817
2008-05-12added ~ locations for Mac and Linux; changed name of default settings filesHans-Christoph Steiner
svn path=/trunk/; revision=9791
2007-11-04fixed bad tagname for InnoSetup preventing successful build on WindowsHans-Christoph Steiner
svn path=/trunk/; revision=8928
2007-10-27reverted ggee back to original order since it was conflicting with vbap; ↵Hans-Christoph Steiner
fixed path1 bug on Windows svn path=/trunk/; revision=8891
2007-09-25updated to load libdir first, so it'll actually load the rest of the libdirs ↵Hans-Christoph Steiner
properly afterwards; wrote the generating script in the process to ignore pdp and pidip on windows svn path=/trunk/; revision=8758
2007-08-29added Ed Kelly's library to the list for libs to load by default; added ↵Hans-Christoph Steiner
user-installed externals path to the helppath svn path=/trunk/; revision=8695
2007-07-12added standard locations to the path for putting your own pd libs for ↵Hans-Christoph Steiner
GNU/Linux and Mac OS X (where should this go on Windows?); simplified GNU/Linux font path svn path=/trunk/; revision=8037
2007-07-11added path for fonts from the msttcorefonts Fink packageHans-Christoph Steiner
svn path=/trunk/; revision=8000
2007-07-11renamed the included .pdsettings to default.pdsettings since it's now ↵Hans-Christoph Steiner
embedded into the Pd distro svn path=/trunk/; revision=7996
2007-07-09added flib to the list of libs to load by deafultHans-Christoph Steiner
svn path=/trunk/; revision=7931
2007-07-08added ggee to standard libs to loadHans-Christoph Steiner
svn path=/trunk/; revision=7911
2007-05-31made the script find where it was run from like the auto-build scripts; ↵Hans-Christoph Steiner
added pdp and pidip svn path=/trunk/; revision=7731
2007-03-24updated function syntax to be more strictly bourne shell compatible (i.e. ↵Hans-Christoph Steiner
removed bash syntax) svn path=/trunk/; revision=7514
2007-02-25added iem_anything as a lib so that [any] is available by defaultHans-Christoph Steiner
svn path=/trunk/; revision=7446
2006-10-17added hardware libHans-Christoph Steiner
svn path=/trunk/; revision=6127
2006-10-17added blank 'flags' section for Mac OS X so its easy to add flagsHans-Christoph Steiner
svn path=/trunk/; revision=6121
2006-09-18updated pref files for more libs that are included in the auto-buildsHans-Christoph Steiner
svn path=/trunk/; revision=5962
2006-04-27removed non-existant libraries and fixed up the registry stuff to work properly.Hans-Christoph Steiner
svn path=/trunk/; revision=5010
2006-04-26fixed windows and linux bugs in the pdsettings file generationHans-Christoph Steiner
svn path=/trunk/; revision=5006
2006-04-13audio glitchiness on OSX is atrocious with defeatrt enabled, so reenabling ↵Hans-Christoph Steiner
by default svn path=/trunk/; revision=4900
2006-04-09added creb and user font folder for Mac OS X, but I don't think Pd will ↵Hans-Christoph Steiner
handle the ~ svn path=/trunk/; revision=4858
2006-04-07removed flext libs from startup since they cause crashesHans-Christoph Steiner
svn path=/trunk/; revision=4835
2006-04-07removed liblist since that was an 0.38.4 hackHans-Christoph Steiner
svn path=/trunk/; revision=4834
2006-04-06added fontpaths to the pd-settings filesHans-Christoph Steiner
svn path=/trunk/; revision=4819
2006-03-17added mapping lib; and defeatrt on Mac OS XHans-Christoph Steiner
svn path=/trunk/; revision=4720
2006-01-17I wrote script to automatically generate pd-settings files for Windows and ↵Hans-Christoph Steiner
Mac OS X. Currently it just generates a list of libs to load, but it could easily be extended to do more. Also, it needs the GNU/Linux settings, but I didn't add it yet because I don't know the format offhand. Also, it would be quite easy to add. svn path=/trunk/; revision=4439