Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readme.md - Windows compile #22

Closed
iamjuarez opened this issue May 29, 2020 · 6 comments
Closed

readme.md - Windows compile #22

iamjuarez opened this issue May 29, 2020 · 6 comments

Comments

@iamjuarez
Copy link
Contributor

iamjuarez commented May 29, 2020

setting up the steps to compile in MS Windows

@Goro2030
Copy link
Contributor

Oh! @yerkobits can do that ! :)

I remember I did this when wanting to try it, and it was not "as easy" :)

@yerkobits
Copy link
Member

Build on Windows (test it many versions, please)

Dependencies: MSVC 2013 or later, CMake 2.8.6 or later, and Boost 1.55. You may download them from:
http://www.microsoft.com/
http://www.cmake.org/
http://www.boost.org/

Open command line (cmd.exe), change to a directory where CMakeList.txt file is located, and execute this:

mkdir build
cd build
cmake -G "Visual Studio 12 Win64" ..
make

@iamjuarez
Copy link
Contributor Author

#28 (comment)

@yerkobits
Copy link
Member

moving to build.md ( #28 )

Build on Windows (test it many versions, please)

Dependencies: MSVC 2013 or later, CMake 2.8.6 or later, and Boost 1.55. You may download them from:
http://www.microsoft.com/
http://www.cmake.org/
http://www.boost.org/

Open command line (cmd.exe), change to a directory where CMakeList.txt file is located, and execute this:

mkdir build
cd build
cmake -G "Visual Studio 12 Win64" ..
make

@Goro2030
Copy link
Contributor

Goro2030 commented Jul 6, 2020

Guys, it is confusing that the README.MD linked to the BUILD.MD for UBUNTU, both have references for it. That needs cleaning up... either move everything to that 2nd file (BUILD.MD) or leave Ubuntu's in README as I wrote it. @yerkobits @iamjuarez

@yerkobits
Copy link
Member

The text fragment on Readme.md is the abstract; the extensive text on Build.md is the paper.
Many projects on GitHub use this format, especially cross-compiling project (we use CMAKE files).

Guys, it is confusing that the README.MD linked to the BUILD.MD for UBUNTU, both have references for it. That needs cleaning up... either move everything to that 2nd file (BUILD.MD) or leave Ubuntu's in README as I wrote it. @yerkobits @iamjuarez

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants