如何在没有提升的情况下从源头构建assimp [英] How to build assimp from source without boost

查看:84
本文介绍了如何在没有提升的情况下从源头构建assimp的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想建立一个assimp表单源(所以我只想将assimp源代码拖放到我的项目中)如何在现有项目中执行此操作?



我下载了assimp源代码,但没有真正的源代码。有一个名为code的文件夹,其中包含很多文件,但是如果我只是将它们拖放到我的项目中我将无法工作,如何在没有提升的情况下执行此操作?



我尝试了什么:



我试图将code文件夹拖放到我现有的项目中,但是这导致了诸如无法打开源文件xxx之类的错误。

I want to build assimp form source (so I just want to drag and drop the assimp source code into my project) how can I do this in an existing project?

I downloaded the assimp source code, but there is no real source code. there is a folder called "code" with a lot of files in it, but if I just drag and drop those in into my project I will not work and how do I do this without boost?

What I have tried:

I tried to drag and drop the "code" folder into my existing project, but that caused errors like "cannot open source file "xxx" ".

推荐答案

Assimp 是一个库。要使用它,您可以将其构建为一个单独的项目来创建库或使用提供的预编译库。然后,将应用程序与库链接。有关安装和自行构建的信息,请参阅文档: Assimp:安装 [ ^ ]。



它还提到了在没有 boost 的情况下构建它的方法。



要将项目与其他库链接,请参阅开发环境(IDE)的文档。
Assimp is a library. To use it you build it as a separate project to create the libraries or use the provided pre-compiled ones. Then you link your application with the libraries. For installation and building it yourself see the documentation: Assimp: Installation[^].

That mentions also the methods to build it without boost.

To link your project with additional libraries, see the docmentation of your development environment (IDE).


这篇关于如何在没有提升的情况下从源头构建assimp的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆