-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
9 additions
and
470 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ obj = $(src:.c=.o) | |
dep = $(obj:.o=.d) | ||
|
||
abi = 0 | ||
rev = 4 | ||
rev = 5 | ||
|
||
lib_a = $(name).a | ||
sodir = lib | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,31 +25,32 @@ Dependencies | |
|
||
License | ||
------- | ||
Copyright (C) 2011-2016 John Tsiombikas <[email protected]> | ||
Copyright (C) 2011-2019 John Tsiombikas <[email protected]> | ||
You may freely use, modify and/or redistribute libdrawtext, under the terms of | ||
the GNU Lesser General Public License (LGPL) version 3 (or at your option, any | ||
later version published by the Free Software Foundation). See COPYING, and | ||
COPYING.LESSER for details. | ||
|
||
Build | ||
----- | ||
To build and install `libdrawtext` on UNIX, run the usual: | ||
To build and install `libdrawtext` on UNIX or on Windows with MinGW, run: | ||
|
||
./configure | ||
make | ||
make install | ||
|
||
See `./configure --help` for build-time options. | ||
|
||
To build on windows, you may use the included visual studio project, or use | ||
mingw, in which case just follow the UNIX instructions above. | ||
|
||
To cross-compile for windows with mingw-w64, try the following incantation: | ||
|
||
./configure --prefix=/usr/i686-w64-mingw32 | ||
make CC=i686-w64-mingw32-gcc AR=i686-w64-mingw32-ar sys=mingw | ||
make install sys=mingw | ||
|
||
Previous versions of this library included a visual studio project file. As I'm | ||
not able to maintain it, I decided to remove it completely from this release. | ||
The only way it can return in future releases, is if someone steps up to | ||
maintain it. Send me an e-mail if you're interested. | ||
|
||
Contact | ||
------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/sh | ||
|
||
prefix=/usr/local | ||
opt=false | ||
opt=true | ||
dbg=true | ||
use_ft2=true | ||
name=libdrawtext | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.