marrub
/
LoveToken
Archived
1
0
Fork 0
This repository has been archived on 2019-01-29. You can view files and clone it, but cannot push or open issues/pull-requests.
LoveToken/COMPILING.txt

11 lines
509 B
Plaintext
Raw Normal View History

2015-07-26 02:36:36 -07:00
Compiling LoveToken is trivial since it only needs C99, and optionally iconv.
You can compile with the LT_NO_ICONV definition to disable iconv.
2015-06-11 06:42:36 -07:00
2015-07-26 02:36:36 -07:00
Compile lt.c to an object file and statically or dynamically link it with
your application. That's it. Don't forget to include lt.h.
If you don't want to export it to a DLL/SO/whatever, define LT_NO_EXPORT.
2015-07-26 02:36:36 -07:00
Also, compiling with GDCC ( http://github.com/DavidPH/GDCC ) works.
2015-06-11 06:42:36 -07:00
It will automatically omit iconv and use some specialized functions to work.