The Adnetic advertisement searching project for company websites developed in the CmpE 130 Advanced Algorithms course
- Git clone this repository
git clone https://github.com/TimothyLe/adnetic-cmpe130.git
- Change to that directory
cd adnetic-cmpe130
- Change to the following directories
.\src\archive\working-code\
(make sure you have MinGW and GCC)
- Run
g++ -g -Wall .\main.cpp -o MAIN
- Then after compiling, you can reference the executable by calling
MAIN
or.\MAIN.exe
- Standard output shall be displayed and you can call the .exe unlimited times afterwards
(We used XCode which can be downlaoded from the App Store)
- Import scheme into
.xcodeproj
- Select the scheme
Ctrl + B
to Build the schemeCtrl + R
to Run the scheme- Standard output will be displayed in the console window
Quick Git tutorial made by Timothy