Skip to content

Commit f9f45fd

Browse files
committed
Update windows instruction
Signed-off-by: Aleksandr Motsjonov <[email protected]>
1 parent 38f938e commit f9f45fd

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,14 @@ $ sudo yum install eigen3-devel ceres-solver-devel LibRaw-devel boost-devel imat
7979

8080
### Windows
8181

82+
Install cmake first via [installer](https://cmake.org/download/) or with Chocolatey:
83+
84+
```sh
85+
$ choco install cmake
86+
```
87+
8288
```sh
89+
$ build_scripts/install_aces_container.bash
8390
$ vcpkg install \
8491
libraw:x64-windows \
8592
ceres:x64-windows \
@@ -91,8 +98,6 @@ $ vcpkg install \
9198
boost-property-tree:x64-windows
9299
```
93100

94-
Follow [ACES Container installation ](https://github.com/ampas/aces_container?tab=readme-ov-file#installation) instruction.
95-
96101
## Build and Install
97102

98103
#### From Source

0 commit comments

Comments
 (0)