Git Product home page Git Product logo

xfstk's Introduction

Install prerequisites:
$ sudo apt-get install g++ qtbase5-dev qtcreator build-essential devscripts libxml2-dev alien doxygen graphviz libusb-dev libboost-all-dev 

Install CMake. Ubuntu 20.04 has 3.16.3*

*note: Some repositories come with older versions of cmake. If that is the case, please build/install version cmake 2.8.12 or later
http://www.cmake.org/cmake/resources/software.html
Recommended version:
http://www.cmake.org/files/v2.8/cmake-2.8.12.2.tar.gz
View readme.txt in cmake tar.gz file for cmake build and install 

How To Build This Software:
$ mdkir build (in the extracted xfstk downloader directory)
$ cd build
$ export DISTRIBUTION_NAME=ubuntu20.04
$ export BUILD_VERSION=1.8.5
$ git checkout v$BUILD_VERSION
$ cmake .. 
(make sure that this was the cmake directory that was manually built and installed, i.e. /usr/local/bin/cmake ..)
$ make

For Debian based systems:

$ make package

Other optional targets are available.
Type `make help` (after cmake has been run) for a list. I.e:

$ make docs

Explanation:
1) Make a directory. I.E:
	$ mkdir temporary_directory
 Q: Why do I have to make a directory?
 A: This is to initiate an "out-of-source" build so no build clutter will be left in the source tree.
    If you want to clean up the build you can just delete temporary_directory
    (more information: http://www.cmake.org/Wiki/CMake_FAQ#Out-of-source_build_trees).

2) Change to the directory you just created. I.E:
	$ cd temporary_directory
3) Execute cmake. It's argument will be the path to the CMakeLists.txt file.
	$ cmake ..
4) Simply run the make command with optional arguments.
5) Build debian package xfstk-downloader-1.8.5.ubuntu20.04-amd64.deb that you can install using dpkg

xfstk's People

Contributors

andy-shev avatar htot avatar olipinski avatar saaguirre avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

xfstk's Issues

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.