Giter VIP home page Giter VIP logo

modiocentos7buildinstructions's Introduction

Build mod.io from source on centos 7.6

install dependencies

yum install git wget centos-release-scl curl-devel nano
yum-config-manager --enable rhel-server-rhscl-7-rpms
yum install devtoolset-7
scl enable devtoolset-7 bash

install curl 3.14

wget https://github.com/Kitware/CMake/releases/download/v3.14.6/cmake-3.14.6.tar.gz
tar -zxvf cmake-3.14.6.tar.gz 
cd cmake-3.14.6
./bootstrap --prefix=/usr/local
make
make install
nano ~/.bash_profile # append this to the end: PATH=/usr/local/bin:$PATH:$HOME/bin
source ~/.bash_profile

compile mod.io

cd
git clone -n https://github.com/Turupawn/modioSDK.git # clone the specific commit you're lookingo for
cd modioSDK/
git checkout 0a0e040831d600cf8b0cd938eb90df5d4a26ce3c
# git clone https://github.com/modio/SDK.git # alternatively use the current official mod.io version
mkdir build
cd build/
cmake ..
make

The library is now located at ~/modioSDK/build/libmodio.so

Grabbing the precompiled binary

Alternatively just grab the libmodio.so on this repo and install curl-devel.

yum install curl-devel

modiocentos7buildinstructions's People

Contributors

turupawn avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.