Git Product home page Git Product logo

Comments (7)

ArthurSonzogni avatar ArthurSonzogni commented on May 18, 2024

I don't think there are strong blockers for windows build. However, I didn't manage myself:
https://github.com/ArthurSonzogni/Diagon/blob/master/.github/workflows/continuous-integration.yaml#L48

The only difficulty is installing Boost and running ANTLR.

from diagon.

hungpham3112 avatar hungpham3112 commented on May 18, 2024

Can you show me the way to install Diagon in Window?. I'm new with this

from diagon.

ArthurSonzogni avatar ArthurSonzogni commented on May 18, 2024

I would try to open the CMakeList.txt using cmake (or maybe visual studio)
This should work, but you might see errors.

Also, I believe you might see errors with regards to boost. I think I have to find something to install it.

from diagon.

ArthurSonzogni avatar ArthurSonzogni commented on May 18, 2024

Windows binaries have been released:
https://github.com/ArthurSonzogni/Diagon/releases/tag/v1.0.139

from diagon.

asmwarrior avatar asmwarrior commented on May 18, 2024

Hi, I'm here to report an issue about running the Windows executable.

When I run the file "diagon-1.0.139-win64\bin>diagon.exe" I extract from the "diagon-1.0.139-win64.zip", I got an error message that said:

---------------------------
diagon.exe - 系统错误
---------------------------
无法启动此程序,因为计算机中丢失 MSVCP140D.dll。尝试重新安装该程序以解决此问题。 
---------------------------
确定   
---------------------------

To translate to English word, it said the MSVCP140D.dll file is missing. The problem here is the file with D means it is the debug version of the library. I think for a release, you should supply the exe file which depends on a release version of the dll.

See reference here: MSVCP140d.dll - Microsoft Q&A

Thanks.

from diagon.

ArthurSonzogni avatar ArthurSonzogni commented on May 18, 2024

Hello @asmwarrior,
Thanks for reporting this.
Do you know how to do it?
The release version are compiled in release mode:

-DCMAKE_BUILD_TYPE:STRING=Release

Not sure if there are something more I can do.

from diagon.

ArthurSonzogni avatar ArthurSonzogni commented on May 18, 2024

Okay, I found it:
https://cmake.org/cmake/help/latest/prop_tgt/MSVC_RUNTIME_LIBRARY.html

from diagon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.