Skip to content

Johnex/liblodepng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

liblodepng

Extend LodePNG with CMake letting you build shared/static libraries

Compiling

sudo apt install cmake g++ ninja-build -y
git clone --recursive https://github.com/Johnex/liblodepng.git
mkdir liblodepng/build
pushd liblodepng/build > /dev/null
cmake -G"Ninja" ..
ninja
sudo ninja install
popd > /dev/null

Install Paths

johnex@JohnexCluster1~/liblodepng/build$ sudo ninja install
[sudo] password for johnex: *****************
[0/1] Install the project...
-- Install configuration: ""
-- Installing: /usr/local/include/lodepng.h
-- Installing: /usr/local/lib/liblodepng.so
-- Installing: /usr/local/lib/liblodepng-static.a

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages