2023-03-11 16:41:46 +00:00
2023-03-05 22:00:22 +00:00
2023-03-11 16:41:46 +00:00
2023-03-10 03:42:41 +00:00
2023-03-10 03:26:48 +00:00
2023-03-06 02:16:46 +00:00
2023-03-10 02:52:59 +00:00
2023-03-10 04:03:49 +00:00

Bolt

An alternative, CEF-based client for running your favourite helper applications for your favourite MMO.

Building

If you just want to get Bolt installed then you don't need to build it from source! Check the "Releases" section on the right.

But if you do want to build from source, the first thing you should know is that Bolt is based on Chromium Embedded Framework (CEF), so to build it, you'll first need to build or otherwise obtain a binary distribution of Chromium. Place the entire distribution folder into the cef directory and rename it to dist. Alternatively you can put a symbolic link with the name dist if you prefer. You'll also need the following dependencies:

  • fmt (fmt-devel or libfmt-dev on most Linux package managers)
  • tesseract (tesseract-devel, tesseract-ocr-devel or libtesseract-dev on most Linux package managers)
  • For Linux, X11 development libraries (x11-devel or libx11-dev on most Linux package managers)

Once that's done, simply build with meson: meson setup build then meson compile -C buiid. If it compiled successfully you'll be able to run Bolt from inside the build directory. On a non-Windows platform, you may also install it by running meson install -C build.

Description
No description provided
Readme 3.6 MiB
Languages
C 70.1%
C++ 18.6%
TypeScript 4.3%
Svelte 3.9%
CMake 3%