开发者

Help using Simple Vector Library (SVL) with Xcode

I am writing a small program using openGl and SDL. I need to use SVL for various reasons but I cannot get it to link up properly in Xcode. Has anyone done this before and could talk me through it?开发者_如何转开发 I followed the readme from SVL and get the following when I run make install:

ip-156-133:svl-1.5 2 Tom$ sudo make install

installing into /usr/local/include/svl /usr/local/doc

done.

installing into /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 be this be part of the problem?

Also I'm not sure where to add the -lsvl flag and -lsvl.dbg etc.

Any help would be greatly appreciated.

Thanks


SVL seems rather unmaintained, given that the latest version is nearly eight years old.

I'd recommend Eigen, which is under active development and has the added benefit of being a header-only library.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜