configure intel C compiler / eclipse development environment

来源:互联网 发布:unity3d模型资源百度云 编辑:程序博客网 时间:2024/05/29 07:48

1. install eclipse + C SDK

2. install intel parallel studio , including X64 composer, TBB.

3. set environment variables as intel instruction.

4. add intel composer to eclipse as plug-ins.

5. add intel include directories to eclipse project. (tbb and so on)

6. add intel lib directories to eclipse project. (tbb.so and so on)

7. add intel lib names to eclipse project. ( e.g. 'libsundials.so' -> add 'sundials' )

8. build all.

0 0
原创粉丝点击