Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 969 Bytes

build.md

File metadata and controls

34 lines (25 loc) · 969 Bytes

Build instructions

Prerequisites

  1. Install Docker Desktop for Windows.
  2. Switch to Windows containers.
  3. Install Visual Studio (around version 2019).

Build process

Inside the repository root, run:

docker-compose build
docker-compose run --name ipasim ipasim powershell

Once inside the built container, run:

./scripts/build.ps1
./scripts/extract.ps1 Release

Finally, open src/IpaSimulator/IpaSimApp.sln in Visual Studio and run it (in configuration Release). Alternatively, you can use Debug configuration, but then you have to execute command ./scripts/extract.ps1 Debug instead of the one mentioned above.

If you don't want to build everything from scratch, you can use prebuilt artifacts.