Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 988 Bytes

source.md

File metadata and controls

20 lines (14 loc) · 988 Bytes
layout title short_title
default
Source Code
Source Code

The entire codebase for the miniboxing project is open source, to encourage collaboration and improve the quality of research. The source code is hosted on github at https://github.com/miniboxing/miniboxing-plugin and can be easily cloned:

{% highlight bash %} $ git clone https://github.com/miniboxing/miniboxing-plugin.git {% endhighlight %}

The wiki pages contain a wealth of information on the source code structure. And they contain many details that are not explained anywhere else, for example:

  • how to build the project
  • how to run the benchmarks

A list of all wiki pages is <a href="https://github.com/miniboxing/miniboxing-plugin/wiki/_pages"available here.

The miniboxing project is released under the new BSD license.