-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/Xaunther/YPP_Flag_Shoppes
- Loading branch information
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,10 @@ | ||
# YPP_Flag_Shoppes | ||
Script to create a list of all stalls owned or managed by active flag members | ||
The script accepts as many flag URLs as one wants, and needs the last argument to be where to save the list of businesse. | ||
|
||
# Compiling | ||
The script has been develoved on windows, using Visual Studio Code and Visual Studio 2017, through CMake. | ||
|
||
# External libraries | ||
libcurl https://curl.haxx.se/libcurl/ library has been used in order to interact with the yppedia webpages containing the info. | ||
Not sure if the libraries provided in this repository are enough or one needs to compile it too |