csmm-qt
is the cross-platform port of Custom Street Map Manager (CSMM). This tool allows modification of Boom Street, Fortune Street, and Itadaki Street Wii disc images.
Go to the Releases page and download the latest version for your system. Linux users will also need to install libssl for network functionality.
For help using CSMM, please see the CSMM User Manual.
IMPORTANT: Make sure to use --recursive when cloning this repository, in order to initialize the submodules!
To start, clone this repository recursively Adding the --recursive
flag is important as doing so will initialize the linked submodules:
git clone git@github.com:FortuneStreetModding/csmm-qt.git --recursive
Before you start, ensure OpenSSL is installed on your computer. When you deploy the Windows executable, you'll need to copy the libssl
and libcrypto
DLLs that come with OpenSSL into the binary's directory once the application has been built.
Windows uses the yaml-cpp
and libbecquerel
submodules in this repo, so there's no need to install these dependencies separately.
Just open CMakeLists.txt
with Qt Creator and build the project with CMake.
Mac users can most easily install csmm-qt
's dependencies using Homebrew:
brew install libarchive yaml-cpp
libbecquerel
does not need to be installed, as the submodule linked in this repo is used instead.
Once the dependencies are installed, you can proceed to open CMakeLists.txt
with Qt Creator and build the project with CMake.
Ubuntu, Linux Mint, and Debian users can most easily install csmm-qt
's dependencies with apt-get
:
sudo apt-get install libyaml-cpp-dev libarchive-dev wget ninja-build libxkbcommon0 libxkbcommon-x11-0 python3-dev libxcb-cursor-dev
Users of other Linux distributions should install the above dependencies with thier favorite package manager. Just as it is with Mac OS, the Linux build process also uses the libbecquerel
submodule linked in this repo, so it does not need to be installed separately.
Once the dependencies are installed, you can proceed to open CMakeLists.txt
with Qt Creator and build the project with CMake.
We welcome contributions! If you would like to contribute to the development of csmm-qt
, please feel free to submit a PR with your changes, create an Issue to request a change, or join our Discord server to further discuss the future of Fortune Street modding!