Skip to content

Commit f8fb040

Browse files
fix typos
1 parent 763e4f2 commit f8fb040

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Prebuilt executables (for **macOS**, **Linux**, and **Windows**) can be download
1919
[here](https://github.com/tudelft3d/adtree/releases).
2020

2121
AdTree depends on some third-party libraries and most dependencies are included in the distribution except
22-
[Boost](https://www.boost.org/). So you will need to have Boost install first.
22+
[Boost](https://www.boost.org/). So you will need to have Boost installed first.
2323

2424
Note: AdTree uses a stripped earlier version of [Easy3D](https://github.com/LiangliangNan/Easy3D), which is not
2525
compatible with the latest version.
@@ -30,7 +30,7 @@ You need [CMake](https://cmake.org/download/) and of course a compiler to build
3030
- a compiler that supports `>= C++11`
3131

3232
AdTree has been tested on macOS (Xcode >= 8), Windows (MSVC >=2015), and Linux (GCC >= 4.8, Clang >= 3.3). Machines
33-
nowadays typically provide higher [supports](https://en.cppreference.com/w/cpp/compiler_support), so you should be
33+
nowadays typically provide higher [support](https://en.cppreference.com/w/cpp/compiler_support), so you should be
3434
able to build AdTree on almost all platforms.
3535

3636
There are many options to build AdTree. Choose one of the following (or whatever you are familiar with):
@@ -50,7 +50,7 @@ of AdTree. Then you should have obtained a usable project and just build. I reco
5050
$ cmake -DCMAKE_BUILD_TYPE=Release ..
5151
$ make
5252
```
53-
- on Windows with Microsoft Visual Studio, use `x64 Native Tools Command Prompt for VS XXXX` (don't use the x86 one), then
53+
- on Windows with Microsoft Visual Studio, use the `x64 Native Tools Command Prompt for VS XXXX` (don't use the x86 one), then
5454
```
5555
$ cd path-to-root-dir-of-AdTree
5656
$ mkdir Release
@@ -63,15 +63,15 @@ Don't have any experience with C/C++ programming? Have a look at [How to build A
6363
6464
After obtaining the executable, AdTree can be run in three modes, which can be selected based
6565
on arguments.
66-
- GUI mode that provides a user interface with menus. You can double click to run the app or from the command
66+
- GUI mode that provides a user interface with menus. You can double-click to run the app or from the command
6767
using `./AdTree`.
6868
6969
- Single processing mode (i.e., processing a single point cloud file) from the command line using
7070
```
7171
./AdTree <xyz_file_path> <output_directory>
7272
```
7373
- Batch processing mode (i.e., all *.xyz files in the input directory will be treated as input and the reconstructed
74-
models will be save in the output directory) from the command line using
74+
models will be saved in the output directory) from the command line using
7575
```
7676
./AdTree <xyz_files_directory> <output_directory>
7777
```
@@ -92,7 +92,7 @@ Some test tree point clouds are provided in the '[data](./data)' folder.
9292
9393
---
9494
### Citation
95-
If you use the code/program (or part) of AdTree in a scientific work, please cite our paper:
95+
If you use the code/program (or part) of AdTree in scientific work, please cite our paper:
9696
9797
```bibtex
9898
@article{du2019adtree,

0 commit comments

Comments
 (0)