Summary of initial use of veg library

Source: Internet
Author: User

first on Vega's website: http://run.usc.edu/vega/ download to the installation package.

The following files are obtained after decompression:

Looking at the INSTALL.txt in it, you can see the basic steps used, where you can run it directly in the current directory./build to complete the compilation.

This time in the compilation process encountered the lack of mkl_cblas.h and other header files ( least squares and tools ), download the Testmcazero package, all of the header files are added to the/usr/include, that is, the completion of the compilation, and the ability to run the sample program.

Supplemental Instructions (for OpenGL under CentOS):

OpenGL (Full-write open Graphics Library) is a specification that defines a cross-programming language, cross-platform Application interface (API), which is used to generate two-dimensional, three-dimensional images.

Open Source Library Mesa is a purely software-based graphical API that is compatible with OpenGL's code. However, because of the license, it only claims to be a "very similar" API. So Linux uses OpenGL and needs to install Mesa and Freeglut.

Command: "sudo yum install mesa*", here you can complete the installation of OpenGL Library 2.
Command: "sudo yum install freeglut*", here you can complete the installation of OpenGL Auxiliary Library
In the directory "/usr/include" can find OpenGL header file GL folder in the directory "/usr/lib64" can find OpenGL library file
Libegl.so/libgl.so/libglu.so/libglw.so

Summary of initial use of veg library

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.