Skip to content

metaverse-systems/libthe-seed

Repository files navigation

libthe-seed

Build library

cd libthe-seed
./autogen.sh
./configure
make
sudo make install

Build library for Windows

export PKG_CONFIG_PATH=/usr/x86_64-w64-mingw32/lib/pkgconfig/
cd libthe-seed
./autogen.sh
make distclean
./configure --host=x86_64-w64-mingw32 --prefix=/usr/x86_64-w64-mingw32
make
sudo make install
unset PKG_CONFIG_PATH

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published