Skip to content

Commit e77fa40

Browse files
committed
Reworded dependencies section to make more sense
1 parent b0df2de commit e77fa40

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,15 @@ Libsxbp can be built without installing for test purposes and for general usage,
4242

4343
### Dependencies
4444

45-
You will need:
45+
There are no compulsory library dependencies beyond the C99 standard library. *Yay!*
46+
47+
#### Build Tools
4648

4749
- A compiler that can compile ISO C99 or C11 code
4850
- [Cmake](https://cmake.org/) - v3.0 or newer
4951

52+
#### Optional Libraries
53+
5054
*If you also want to be able to produce images in PNG format with the library, you will need:*
5155
- [libpng](http://www.libpng.org/pub/png/libpng.html) - (this often comes pre-installed with many modern unix-like systems)
5256

0 commit comments

Comments
 (0)