Skip to content
hasherezade edited this page May 4, 2023 · 30 revisions

How to build:

Prerequisites

Install:

  1. Git
  2. CMake
  3. Qt 5

Clone the repository

(On Windows, run Git Bash first.)

git clone https://github.com/hasherezade/bearparser.git

Now you have the latest sourcecode in bearparser directory.

Build the source code

On Linux:

cd bearparser
./build.sh

If everything went fine, you will see at the end:

[100%] Built target bearcommander
Install the project...
-- Install configuration: ""
-- Installing: /[your path]/bearparser/build/bearcommander

Done! You can test it running the commander:

./build/bearcommander [optional: path to exe]

On Windows:

// TODO

How to run: