Git Product home page Git Product logo

remoteportmapper's Introduction

X4:Foundnations Station Editor

How to complie

Build requirements

  • Qt5(5.14.1 or above. Environment variables QT and Path must be setted on windows)
  • OpenSSL(1.1.1 or above)
  • cmake
  • gcc/mingw/visual studio
  • doxygen(Optional)

Compile

  • Code documents can be found in doc/ and executable files can be found in bin/.
Windows
  1. md build
  2. cd build
  3. cmake -G "Visual Studio 15 2017 Win64" -DCMAKE_BUILD_TYPE=Release ..(You should change the -G option to the version of the Vsiual Studio on your computer).
  4. cmake --build . --config Release
Linux
How to Install Dependencies
  1. Arch Linux
    1. Qt5
      1. sudo pacman -S qt5
    2. OpenSSL
      1. sudo pacman -S openssl
    3. cmake
      1. sudo pacman -S cmake
    4. gcc
      1. sudo pacman -S gcc
  2. Ubuntu
    1. Qt5
      1. Download and install qt5 from https://download.qt.io/archive/qt/(the version must be greater than 5.14.0).
      2. Append the path of gcc_64/lib in your qt5 installalion path to environment variable LD_LIBRARY_PATH.
      3. Set the path of gcc_64 in your qt5 installalion path to environment variable QT.
      4. Restart your computer.
      5. Replace the 3rd command in the build commands to cmake -DCMAKE_PREFIX_PATH=${QT} -DCMAKE_BUILD_TYPE=Release ...
    2. OpenSSL
      1. sudo apt-get install libssl-dev
    3. cmake
      1. sudo apt-get install cmake
      2. sudo apt-get install make
    4. gcc
      1. sudo apt-get install gcc
      2. sudo apt-get install g++
Build Commands
  1. mkdir build
  2. cd build
  3. cmake -DCMAKE_BUILD_TYPE=Release ..
  4. cmake --build .

remoteportmapper's People

Contributors

darknightghost avatar

Watchers

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.