Skip to content
Squitch edited this page Jul 6, 2022 · 6 revisions

You need Git, Nodejs, npm and Python (>=3.6).
On Windows, you also need Windows Built Tools.
On MacOS, an installed version of XCode is needed.


Clone the project and switch to folder:

git clone https://github.com/SquitchYT/Tess && cd Tess/

Install dependencies with npm:

npm i

Build package:

npm run build

Replace build by build-win on Windows and build-mac on MacOS

Launch Tess:

npm run test

The executable will be located here:

  • Linux dist/linux-unpacked
  • Windows dist/win-unpacked
  • MacOS dist/mac-unpacked
Clone this wiki locally