Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/starbobis/mmt-utils
Dependency project for MMT
https://github.com/starbobis/mmt-utils
3dmigoto migotomodtool mmt
Last synced: 2 months ago
JSON representation
Dependency project for MMT
- Host: GitHub
- URL: https://github.com/starbobis/mmt-utils
- Owner: StarBobis
- License: gpl-3.0
- Created: 2024-07-17T02:25:33.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-17T02:59:26.000Z (6 months ago)
- Last Synced: 2024-07-17T05:33:21.156Z (6 months ago)
- Topics: 3dmigoto, migotomodtool, mmt
- Language: C++
- Homepage:
- Size: 218 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# MMT-Utils
This is a dependency project for MigotoModTool (MMT-Community).
(Only tested and support Release X64)
# How to build
Some preconfig you will need to have:
- VisualStudio 2022 VS143 toolset.
- Install Boost 1.84.0 (or latest version)
- (1) Download Boost 1.84.0 and unzip it to somewhere.
- (2) Open your terminal and switch into your boost unziped folder.
- (3) to initialize boost config, type this command in your terminal: .\bootstrap.bat
- (4) then type this in your terminal to build boost library for MMT:- .\b2.exe variant=release link=static runtime-link=static threading=multi runtime-debugging=off
- (5) Change your project's setting path, on my computer i put the unziped boost on C:\AppLibraries, so for my computer it's path looks like below,but you need to change it to your own path:
The following directory should be added to compiler include paths:C:\AppLibraries\boost_1_84_0
The following directory should be added to linker library paths:
C:\AppLibraries\boost_1_84_0\stage\lib
After these steps above ,you will be able to build MMT on X64 DEBUG or RELEASE, x32-bit is also work but not official supported by MMT for low speed reason.
# Third party used
- easylogging
- Json for morden C++ (nlohmann json)
- Boost 1_84_0.