moxt-cpp is a part of the quantitative trading library moxt (a quantitative trading library based on the programming language Mojo), with its underlying implementation in C++.
First, you need to install the xmake tool. Then, you can compile using the following commands:
sudo apt install pkg-config
sudo apt install e2fslibs-dev
sudo apt install zlib1g-dev
sudo apt install libssl-dev libcurl4-openssl-dev libaio-dev
xmake -vD
git clone --recursive https://github.com/f0cii/moxt-cpp.git
git pull --recurse-submodules
git submodule update --init --recursive
docker build -t moxt-cpp -f moxt-cpp.Dockerfile .
Run the Docker container after compiling
docker run -it moxt-cpp
View the compilation results
cd /root/moxt-cpp/build/linux/x86_64/release
ls
This will display the following files, the so file is the final result of our project compilation libmoxt.so
This project is licensed under the MIT License - see the [LICENSE] file for more details.
Disclaimer: This project is for learning and research purposes only and does not constitute any trading or investment advice. Please use this project cautiously for actual trading.