Skip to content

Commit

Permalink
Document pre-compiled Windows binary source (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahojnnes authored Aug 9, 2024
1 parent b0db2f7 commit 42dc2ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,17 @@ If you use this project for your research, please cite

## Getting Started

To install GLOMAP, first install [COLMAP](https://colmap.github.io/install.html#build-from-source)
To build GLOMAP, first install [COLMAP](https://colmap.github.io/install.html#build-from-source)
dependencies and then build GLOMAP using the following commands:
```shell
mkdir build
cd build
cmake .. -GNinja
ninja && ninja install
```
Pre-compiled Windows binaries can be downloaded from the official
[release page](https://github.com/colmap/glomap/releases).

After installation, one can run GLOMAP by (starting from a database)
```shell
glomap mapper --database_path DATABASE_PATH --output_path OUTPUT_PATH --image_path IMAGE_PATH
Expand Down

0 comments on commit 42dc2ef

Please sign in to comment.