adrianmichel / yloader

Free stock quotes downloader
http://www.yloader.com
42 stars 19 forks source link

YLoader

YLoader is a free stock quotes downloader for Windows.

You can find the complete product documentation and download the most recent stable binaries from http://www.yloader.com.

Email info@yloader.com with any questions or feedback

License

YLoader is free open-source software distributed under the Terms and Conditions of the GNU General Public License (GPL) version 3 or (at your option) any later version.

For using YLoader, no restrictions apply. You can further redistribute and/or modify this software under the terms of the GPL.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

For details, have a look at the full text of the GPL in the LICENSE file or at http://www.gnu.org/licenses/

3rd party components

Libraries

YLoader uses several 3rd party components, as source code or libraries that need to be downloaded, installed and built separately The source code components are already part of the YLoader project, however the libraries and applications need to be downloaded and installed (and libraries built as well) prior to building YLoader, which is done by the bootstrap.bat script. Here is the list of all 3rd party components used:

Source code

Libraries

Applications

Applications used in the course of YLoader development:

Building YLoader from sources

Follow the steps below to successfully build YLoader binaries and optionally the installer(s). This process will generate quite a bit of data, so be sure to have enough available storage on the build drive.

Note that this build will generate binaries compatible with Windows 7 or later. They will not run on Windows XP.

  1. Install Microsoft Visual Studio 2022 Community Edition and make sure to select C++ and all sub-options required to build Windows applications written in C++ using MFC.
  2. Install the newest Git client.
  3. Open a Windows console and clone the YLoader repository to the desired directory:
    git clone https://github.com/adrianmichel/yloader.git [yloader_dir] 
  4. cd to the new YLoader directory directory and run
    bootstrap.bat
    This will download and build third party packages that YLoader depends on.
  5. Once this build has completed successfully, open Visual Studio, open the File menu, Open, Project/Solution, and open the YLoader solution located at:
    [yloader_dir]\src\yloader.sln
  6. On the Build toolbar located under the Visual Studio main menu select the Solution Configuration (Debug/Release) and Solution Platform (win32/x64) that you would like to build.
  7. In the Solution Explorer pane, expand the yloader folder, right click on the yloader project under that folder and select Set as Startup Project.
  8. Right click again on the yloader project and click on Build.
  9. The generated binaries will be under
    [yloader_dir][Release/Debug][win32/x64]