Skip to content

etfreima/Snow-Voice

Repository files navigation

SnowVoice

Developed by Ethan Freimark - 2019 Open source! Branch and use at your own will!

                 ,--.    ,----..                                   ,----..                                 

.--.--. ,--.'| / / \ .---. / / \ ,---, ,----.. ,---,. / / '. ,--,: : | / . : /. ./| ,---. / . : ,--.' | / / \ ,' .' | | : /. / ,--.'| ' : . / ;. \ .--'. ' ; /./| . / ;. | : :| : :,---.' | ; | |-- | : : | |. ; / ; /./ \ : | ,---.; ; |. ; / ;: | '. | ;. /| | .' | : ;_ : | \ | :; | ; \ ; | .--'. ' \' ./___/ \ | |; | ; \ ; || : |. ; /-- : : |-, \ \ . | : ' '; || : | ; | '/___/ \ | ' '\ ; \ ' || : | ; | '' ' ;; | ; : | ;/| ----. ' ' ;. ;. | ' ' ' :; \ ; : \ \ : |. | ' ' ' :| | || : | | : .' __ \ \ || | | \ |' ; ; / | \ ; | ; \ ' .' ; \; / |' : ;. | '___ | | |-, / /--' /' : | ; .' \ \ ', / . \ .\ ; \ \ ' \ \ ', / | | '' ; : .'|' : ;/| '--'. / | | '--' ; : / \ \ ' \ | \ ; ; : / ' : |' | '/ :| | \ --'---' ' : | \ \ .' : ' |--" : \ | \ \ .' ; |.' | : / | : .' ; |.' --- \ \ ; '---" --- '---' \ \ .' | | ,' '---' '---" --- ----'

Environment Setup Tutorial for C++ Binary


[Steps 1-3 are program installations] [Programs: Visual Studio Community 2017, Git, cURL]

  1. Download and install Visual Studio Community 2017 a. Navigate to "https://visualstudio.microsoft.com/downloads/" b. Select "Community" c. Run "vs_community.exe" d. From the Visual Studio installer install Visual Studio 2017 e. Once installation is complete, modify installation from the installer f. ...[add more later]
  2. Download and install Git a. Navigate to "https://git-scm.com/" b. Select "Download [version] for [operating system]" c. ...[add more later]
  3. Download and install cURL a. Open Git Bash b. Type "git clone https://github.com/curl/curl.git" c. Type "cd curl" d. Type "git checkout tags/curl-[version]" e. From file explorer, navigate to C:/users/[you] f. Run buildconf.bat g. https://medium.com/@chuy.max/compile-libcurl-on-windows-with-visual-studio-2017-x64-and-ssl-winssl-cff41ac7971d [add more later]