1. Home
  2. Docs
  3. Ninterpres
  4. Getting started
  5. Acquiring and installing

Acquiring and installing

In order to acquire Ninterpres, you just have to follow those steps:

  1. Download the version according to your machine’s architecture:
  2. Execute the installer and install the program.
  3. After the installation, if everything runned successfully, you just have to execute Ninterpres from the start menu.

Compiling from source

In order to compile Ninterpres, you just have to follow those steps:

For versions prior to 1.x

  1. Open the project’s repository available at: https://github.com/Nintersoft/Ninterserial/
  2. Clone the whole project (Link to the project’s archive master).
  3. Find the file named "C++ Builder [descontinuado – discontinued].zip" inside the "archive" directory.
  4. Extract it and open the file "GrupoNinterpres.groupproj" with Embarcadero C++ Builder XE7 or newest.
  5. Select the project "Ninterpres" in the active projects selector.
  6. Click on button "Build and Run".
  7. Done! Your project has been compiled from source!
  8. In order to execute it again, you just have to open the file named "Ninterpres(.exe)" which has been generated inside the build directory.
  9. Execute the steps 5 to 8 to the presenter project.

For version 1.x and above

  1. Open the project’s repository available at: https://github.com/Nintersoft/Ninterserial/
  2. Clone the whole project (Link to the project’s archive master).
  3. Open the "pro" file which must be available in the "src" directory with Qt Creator.
  4. Right after the project’s synchronization (qmake execution), just press Ctrl + R in order to execute the project.
  5. Profit! The project has just been compiled from the source code!
  6. In order to execute it again, you just have to open the file named "Ninterserial(.exe)" which has been generated inside the compilation directory (build). See more at "Deploying Qt Applications"

Should any error occur, do not hesitate in contacting our team at any moment. We will try to resolve your problem as soon as possible.

Warning!

Please, make sure that you meet the minimal requirements as specified in "Characteristics and requirements"