Skip to content

SpeedRun is a Program To Clean Your System And Gain More Performance. There Are Modules in Several Languages ​​For Developers To Use in Their Projects

License

Notifications You must be signed in to change notification settings

BarcaWebCloud/speedrun

Speed Run v0.1.0-beta


GitHub Readme Stats

Speed Run

Speed Up Your System Using Cleanup Features For Cache, Temp Data, Memory Dumps and More

GitHub issues GitHub pull requests GitHub Release Date GitHub repo size


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.


  1. Cache - delete all data cache on system.

  2. Temporary - delete all files temporary on system.


Requirements

It is necessary that you have installed the programs below to use Speed Run in developer mode.

To Linux



To Windows



To Apple




Obtaining Speed Run


View the changelog for the latest updates and changes by version.


Binary Downloads

Binary downloads are available from the BWC downloads page or from each GitHub Releases page.



Build From Source


Speed Run requires C++ version 17 or newer, the CMakelists requires GNU cmake.

  1. Install Node.js >=8.0.0 (16.11 recommended)

  2. Install Python >=2.6.0 (3.9.0 recommended)

  3. Clone the Speed Run repository:

    git clone https://github.com/BarcaWebCloud/speedrun.git

Build Executable Speed Run in Your Environment

To Linux


  1. Run cmake CMakeLists.txt from the source directory

    cd speedrun
    cmake CMakeLists.txt
  2. Now run make all or make speedrun to compile the main program


To Windows


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:


  1. Run cmake -G "MinGW Makefiles" <file-cmake> from the source directory

    cd speedrun
    cmake -G "MinGW Makefiles" CMakeLists.txt

  1. Now run make all or make speedrun to compile the main program


Documentation

Latest Release Documentation

For documentation on the latest development code see the documentation index.


Contributing

There are many ways to contribute:

About

SpeedRun is a Program To Clean Your System And Gain More Performance. There Are Modules in Several Languages ​​For Developers To Use in Their Projects

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages