|
|
@@ -52,7 +52,7 @@ workspace "yourproject"
|
|
|
-- ...
|
|
|
portaduio:use "SharedLib"
|
|
|
-- ...
|
|
|
-
|
|
|
+
|
|
|
project "Main project"
|
|
|
-- ...
|
|
|
prelude.link_against_modules {portaudio}
|
|
|
@@ -72,6 +72,8 @@ that'd be an excellent candidate for magic-based refactoring.
|
|
|
- Unzip the tarball into `external/physfs`
|
|
|
- GLM : I don't trust myself enough to rebuild a math lib from scratch.
|
|
|
- Clone its git repo into `external/glm`
|
|
|
+- LibXMP-lite : I would like to prototype some stuff out of module playback.
|
|
|
+ - Download the tarball into `external/libxmp-lite`
|
|
|
|
|
|
Obviously, more are going to come.
|
|
|
|