Git Product home page Git Product logo

iriocore-fork's Introduction

irioCore

Compilation instructions

This guide will walk you through the process to set the required dependencies on your system to compile irioCore and irioCoreCpp

Prerequisites

  • This guide assumes you are using a RHEL or Ubuntu Linux distribution. The process in other distributions may be similar but has not been tested.
  • You have sudo privileges.

Prerequisites RHEL

  1. Enable CRB repository:

    sudo dnf config-manager --set-enabled crb
  2. Enable EPEL repositories:

    sudo dnf install epel-release
  3. Install "Development Tools":

    sudo dnf group install "Development Tools"

Prerequisites Ubuntu

No prerequisites are known

Setup Instructions

  1. Download NI System Configuration repositories:

  2. Unzip the contents (.zip may have different name):

    unzip NILinux2023Q4DeviceDrivers.zip
  3. Navigate to the extracted folder (folder may have different name):

    cd NILinux2023Q4DeviceDrivers
  4. Install the packages corresponding to your distribution (example for RHEL9):

    1. RHEL
    sudo yum install ni-rhel9-drivers-*
    1. Ubuntu
    sudo apt install ni-ubuntu*
  5. Update the repositories:

    1. RHEL
    sudo yum update
    1. Ubuntu
    sudo apt update
  6. Install NI System Configuration development package:

    1. RHEL
    sudo yum install ni-syscfg-devel
    1. Ubuntu
    sudo apt install ni-syscfg-devel
  7. Install niflexrio libs:

    1. RHEL
    sudo yum install ni-flexrio-modulario-libs-devel
    1. Ubuntu
    sudo apt install ni-flexrio-modulario-libs-devel
  8. Install "rsync":

    1. RHEL
    sudo yum install rsync
    1. Ubuntu
    sudo apt install rsync
  9. Install "pugixml":

    1. RHEL
    sudo yum install pugixml-devel
    1. Ubuntu
    sudo apt install libpugixml-dev
  10. Install "gtest":

    1. RHEL
    sudo yum install gtest-devel
    1. Ubuntu
    sudo apt install libgtest-dev
  11. To generate documentation also install "doxygen" and "graphviz":

    1. RHEL
    sudo yum install doxygen graphviz
    1. Ubuntu
    sudo apt install doxygen graphviz

WIP: TBC

iriocore-fork's People

Contributors

victorcostap avatar david-andrino 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.