Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 1.2 KB

README.md

File metadata and controls

58 lines (44 loc) · 1.2 KB

WARNING:

This project is no longer maintained.

LibreTuner

Open source engine tuning software for Mazda platforms

Interested in contributing? Join the Discord server

Screenshots

Main Window

Supported vehicles

  • 2005-2007 Mazdaspeed6 / Mazda 6 MPS / Mazdaspeed Atenza
  • MX-5 NC (Only editing)

Supported Interfaces

  • J2534 interfaces with CAN support.
  • OBDLink SX
  • ELM327 devices (but many cheap knock-offs have been known to have issues)
  • SocketCAN

Planned support

  • Mazdaspeed3 (Gen 1 & 2)
  • First Generation RX-8

Layout

All interesting code lives at lib/LibLibreTuner.

Building

Requirements

  • Qt5
  • CMake 3.10 or higher
  • A compiler that supports C++17

Build instructions

Linux

  1. git clone https://github.com/Libretuner/LibreTuner.git
  2. cd LibreTuner
  3. git submodule update --init --recursive
  4. cd LibreTuner
  5. cmake .
  6. make
  7. ./LibreTuner

Windows

TODO. (Use Qt Creator with MSVC)