Skip to content

Solved complie error on ubuntu machine #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,12 @@ To use the program you should first run it with --help or -h to see an usage gui
This will tell you how to use the program.
Note that this is a cross platform program.
I have tested it with GNU/Linux and compiled it for windows and tested that with wine.

When you have error on compile with
===================================

`savePng.c undefined reference to png_create_write_struct`

I think you can see the message when you compile this converter on ubuntu machine.
If you so, unzip `libpng12.tar` to `/usr/lib/` on ubuntu directory.
and use `convert` binary file to convert .raw to .png file.
Binary file added convert_ubuntu
Binary file not shown.
Binary file added libpng12.tar
Binary file not shown.