Git Product home page Git Product logo

Comments (12)

ra3xdh avatar ra3xdh commented on August 23, 2024 1

Yes, the Windows Github action would be useful. I am using MSYS2 to build binaries and InnoSetup to generate the installer. Here is my InnoSetup script template: https://github.com/ra3xdh/qucs_scripts/blob/master/qucs.iss

from qucs_s.

ra3xdh avatar ra3xdh commented on August 23, 2024 1

Here is Github MSYS2 workflow template: https://github.com/msys2/setup-msys2

from qucs_s.

ra3xdh avatar ra3xdh commented on August 23, 2024

It's need to exclude the toplevel directory from include directories list. This directory doesn't contain header files. It's need to look for old commits fixing this issue for Qucs GUI and apply the similar patch for qucsator_rf.

Are you planning to add Github action for Windows too or for MacOS only? Windows support has higher priority than MacOS.

from qucs_s.

dsm avatar dsm commented on August 23, 2024

I'm thinking of adding it for windows and macos. I can add windows support earlier.

I've been experimenting with it since i just got a new macbook.

i'm running out of time for this week. i'm thinking of speeding it up in the coming weeks.

Which installer do you prefer for the windows side installation file (ex. NSIS installer)

from qucs_s.

dsm avatar dsm commented on August 23, 2024

Thank you, github action has native windows-2022 server runner maybe using for msvc build. msys2 for building mingw variant.

from qucs_s.

dsm avatar dsm commented on August 23, 2024

I think qucsator_rf cmake file need refactoring and flex,bison,gperf,dos2unix,sed all of this needed I don't know why. Can you explain ?

from qucs_s.

ra3xdh avatar ra3xdh commented on August 23, 2024

I think qucsator_rf cmake file need refactoring

I don't recommend a deep refactoring of qucsator-related CMake stuff. Maybe restrict to fixing warnings from modern CMake and revert autotest stuff: https://github.com/Qucs/qucs-test This work definitely should go to the separate PR from Github actions.

flex,bison,gperf,dos2unix,sed all of this needed I don't know why

  • Flex/Bison are needed to generate a parsers for different netlists
  • Gperf generates some syntax analyzer tables. I don't know why the developers of Qucsator decided to use Gperf for this purpose.
  • Dos2unix is needed to postprocess the files generated by gperf. Otherwise build fails on some platfroms.
  • Sed is also needed for postprocessing of the files generated by gperf.

from qucs_s.

dsm avatar dsm commented on August 23, 2024

I am not able to build native Windows 10 build gperf in path but gperfappgen.exe note found error i didn't found this exe.

cmake minimum maybe be increased to 3.10 and some compiler flag set using modern cmake

from qucs_s.

ra3xdh avatar ra3xdh commented on August 23, 2024

I recommend to use MSYS2 environment to build qucsator_rf. It is deeply integrated with Unix shell and there may be difficulties with build using native Windows shell. gperfappgen.exe is build by GCC from the CPP files from gperfappgen.exe. It generates input tables for gperf. The EXE could be found somewhere in build directory.

from qucs_s.

dsm avatar dsm commented on August 23, 2024

I'll try MSYS2 for build, thank you

from qucs_s.

dsm avatar dsm commented on August 23, 2024

ra3xdh/qucsator_rf#3 will be fixed this issue.

from qucs_s.

ra3xdh avatar ra3xdh commented on August 23, 2024

I have accepted ra3xdh/qucsator_rf#3 and updated qucsator_rf submodule.

from qucs_s.

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.