A fork of LibreTuner, aiming to support the base Mazda Atenza.
- 2002-2005 Mazda Atenza (L333EK0WZ03, L333ED0WZ03)
- 2005-2007 Mazdaspeed6 / Mazda 6 MPS / Mazdaspeed Atenza
- MX-5 NC (Only editing)
- J2534 interfaces with CAN support (OBDX Pro VX)
- ELM327 devices (OBDLink SX)
- SocketCAN
- Mazdaspeed3 (Gen 1 & 2)
- First Generation RX-8
All interesting code lives at lib/LibLibreTuner.
- Qt5 -
sudo apt install qtcreator qtbase5-dev qt5-qmake libqt5charts5-dev libqt5datavisualization5-dev - Python3-pip -
sudo apt install python3-pip - Git -
sudo apt install git - CMake 3.10 or higher -
sudo apt install cmake - A compiler that supports C++17
- conan -
sudo pip3 install conan==1.66
git clone https://github.com/Volkanite/LibreTuner.gitcd LibreTunergit submodule update --init --recursiveconan install conanfile.txtcmake .makecd bin./LibreTuner
- MSVC 14.2x (Visual Studio 2019)
- Qt Creator 5.14.2 - https://download.qt.io/archive/qt/5.14/5.14.2
- 9GB free space (for Qt Creator install)
- Install options for Qt Creator (MSVC 2017 32-bit, Qt Charts, Qt Data Visualization)
- Conan 1.66 - https://github.com/conan-io/conan/releases/tag/1.66.0
- Cmake 3.31.11 - https://cmake.org/download/#legacy
- Ninja - https://github.com/ninja-build/ninja/releases
- Copy ninja.exe to
C:\Program Files\CMake\bin
git clone https://github.com/Volkanite/LibreTuner.gitcd LibreTunergit submodule update --init --recursiveconan install conanfile.txt
- In Qt Creator, Open Project->LibreTuner\CMakeLists.txt
- Manage Kits...
- Select 'Desktop Qt 5.14.2 MSVC2017 32bit'
- Set Compilers to Microsoft Visual C++ Compiler 16.x (x86)
- Go to Projects, and set the build directory to the LibreTuner root directory
- Go to Edit, Right click the LibreTuner project and choose Build
- Add
C:\Qt\Qt5.14.2\5.14.2\msvc2017\binto the system's 'Path' variable. - Add the 'QT_QPA_PLATFORM_PLUGIN_PATH' environment variable to your system, with the path
C:\Qt\Qt5.14.2\5.14.2\msvc2017\plugins\platforms\