Disclaimer: I just made by hello world with gmcs
yesterday
Problem
I want to use fastJSON in my project using gmcs.
How do I
- compile the project, consisting of 10 or so files into a library?
- statically link against that library with my 1-file project?
- "install" the library on my system?
Imagined Solution
cd ~/fastJSON
gmcs --blahblah=fastJSON.csproj
cd ~/myProject
gmcs --yadayada=static ~/fastJSON/fastJSON.lib main.cs