Skip to content

Alternative instructions for building on Windows #35

Description

@macaba

My notes from a fresh install of Windows 10:

  1. Do step 3 of these instructions to install Visual Studio 2022
  2. Install Git for Windows
  3. Clone the repository, and create a build directory
  4. Open Developer Command Prompt for VS 2022 (on Start Menu), change directory to the repository, and run the build commands:
cd build
cmake ..
cmake --build . --config Release
  1. Build output at build\artifacts\libtslitex

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions