Skip to content

GRATHRRAM/Exchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exchange

Stock Market Simulator (Not Working yet.....) image image image image

Building on linux for linux

git clone https:/GRATHRRAM/Exchange
cd Exchange
mkdir Build
cp ExchangeData/ Build/ -r
cd Build
cmake ..
make

Building on linux for windows

git clone https:/GRATHRRAM/Exchange
cd Exchange
mkdir win

Now Download raylib files from https:/raysan5/raylib/releases/tag/5.0
file calld raylib-5.0_win64_mingw-w64.zip
And put include and lib directories in win/

mkdir Build
cp ExchangeData/ Build/ -r
cd Build
cmake .. -DCMAKE_ARGV0="win"
make