Speed Up Your System Using Cleanup Features For Cache, Temp Data, Memory Dumps and More
Speed Run is a Program To Clean Your System And Gain More Performance.
We can install Speed Run desktop version on Windows, Linux & MacOS systems.
It is necessary that you have installed the programs below to use Speed Run in developer mode.
- Python v3.1 or greater
- Compilers C/C++
- Node.js v8 or greater
- Python v3.1 or greater
- Compilers C/C++
- Node.js v8 or greater
View the changelog for the latest updates and changes by version.
Binary downloads are available from the BWC downloads page or from each GitHub Releases page.
Speed Run requires C++ version 17 or newer, the CMakelists requires GNU cmake.
-
Install Node.js >=8.0.0 (16.11 recommended)
-
Install Python >=2.6.0 (3.9.0 recommended)
-
Clone the Speed Run repository:
git clone https://github.com/BarcaWebCloud/speedrun.git
-
Run
cmake CMakeLists.txt
from the source directorycd speedrun cmake CMakeLists.txt
-
Now run
make all
ormake speedrun
to compile the main program
Check the gcc version of your System. Speed Run requires version greater than 17.
We can view a list of Makefile generators with the command: cmake -G
.
Here shows an example to use the MinGW Makefile generator:
-
Run
cmake -G "MinGW Makefiles" <file-cmake>
from the source directorycd speedrun cmake -G "MinGW Makefiles" CMakeLists.txt
- Now run
make all
ormake speedrun
to compile the main program
For documentation on the latest development code see the documentation index.
There are many ways to contribute:
- Fix and report bugs
- Review code and feature proposals
- Answer questions and discuss here on github and on the Community Site
- Contribute plugins