Skip to content

Commit

Permalink
preparing for release 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsiomb committed Feb 6, 2019
1 parent 12794cb commit 9a3711a
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 470 deletions.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ obj = $(src:.c=.o)
dep = $(obj:.o=.d)

abi = 0
rev = 4
rev = 5

lib_a = $(name).a
sodir = lib
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------
Expand Down
2 changes: 1 addition & 1 deletion configure
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
Expand Down
103 changes: 0 additions & 103 deletions examples/nofreetype/nofreetype.vcxproj

This file was deleted.

14 changes: 0 additions & 14 deletions examples/nofreetype/nofreetype.vcxproj.filters

This file was deleted.

5 changes: 0 additions & 5 deletions install.bat

This file was deleted.

111 changes: 0 additions & 111 deletions libdrawtext-noft.vcxproj

This file was deleted.

38 changes: 0 additions & 38 deletions libdrawtext-noft.vcxproj.filters

This file was deleted.

42 changes: 0 additions & 42 deletions libdrawtext.sln

This file was deleted.

Loading

0 comments on commit 9a3711a

Please sign in to comment.