sections and TODOs

This commit is contained in:
IOhannes m zmölnig 2016-10-03 15:56:05 +02:00 committed by IOhannes m zmölnig
parent 0493d4a1e8
commit b2ce500709

View file

@ -1,6 +1,7 @@
pd-lib-builder cheatsheet pd-lib-builder cheatsheet
========================= =========================
# Creating special builds
## cross-compiling W32 binaries from linux ## cross-compiling W32 binaries from linux
@ -12,3 +13,10 @@ Assuming you have unzipped a W32 package for Pd into `${WINPDPATH}`, run:
make system=Windows pdbinpath="${WINPDPATH}/bin/" pdincludepath="${WINPDPATH}/src/" CC=i686-w64-mingw32-gcc make system=Windows pdbinpath="${WINPDPATH}/bin/" pdincludepath="${WINPDPATH}/src/" CC=i686-w64-mingw32-gcc
(if the project uses C++, you might also need to sed `CXX=i686-w64-mingw32-g++`) (if the project uses C++, you might also need to sed `CXX=i686-w64-mingw32-g++`)
## TODO universal binaries on OSX
# Project management
## TODO Keeping pd-lib-builder uptodate