Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chenweikai authored Jun 17, 2022
1 parent a1a9d6b commit f07ccd8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data_generation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ This repository contains code for 1) computing 3PSDF field from a given mesh and
## Install

This repository is self-contained -- you do not need to install any external libraries.

However, you do need to get OpenMP ready for your C++ compiler in order to perform parallel computing. Otherwise, the code will be extremely slow.

Simply run the following lines to compile the code:

```
Expand Down

0 comments on commit f07ccd8

Please sign in to comment.