osx - Help using Simple Vector Library (SVL) with Xcode -
i writing small program using opengl , sdl. need use svl various reasons cannot link in xcode. has done before , talk me through it? followed readme svl , following when run make install:
ip-156-133:svl-1.5 2 tom$ sudo make install
installing /usr/local/include/svl /usr/local/doc
done.
installing /usr/local/lib /usr/local/include
chmod: lib/*: no such file or directory
make: [install-libs] error 1 (ignored)
cp: lib/*: no such file or directory
make: [install-libs] error 1 (ignored)
done.
could part of problem?
also i'm not sure add -lsvl flag , -lsvl.dbg etc.
any appreciated.
thanks
svl seems rather unmaintained, given latest version 8 years old.
i'd recommend eigen, under active development , has added benefit of being header-only library.
Comments
Post a Comment