andrewrk / andrewrk/libsoundio
Getting-started doc for Windows compilation
- Lingua principale
- C
- Stelle
- 2.1k
- Fork
- 254
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
I have been trying to get an example going for Windows, using console tools. Details below showing my incomplete working. Once we get this right, could we add to docs?
My currently-broken build line,
```
cl /I"C:\saga\023.libsoundio\libsoundio-1.1.0\soundio" sine.c gdi32.lib opengl32.lib kernel32.lib user32.lib shell32.lib /link /LIBPATH:C:\saga\023.libsoundio\libsoundio-1.1.0\x86_64
```
Some issues to cover in a doc for a console guide,
* Remind user to launch the Developer Command Prompt
* Create a batch file
* Indicate correct system 'lib' files (there are probably redundancies above)
* Indicate how to set libpath and include path
Should the zip distribution include a ".lib" file?
Once this is done, turn around and do same for a recent Visual Studio. Related issue, #49.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.