Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkchan committed Apr 14, 2024
1 parent f258ee4 commit b899138
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ brew install opencv
brew install pytorch
```

You will also need to install Xcode and the Xcode command line tools to compile with metal support (if you are fine with CPU-only acceleration, you can skip this step):
You will also need to install Xcode and the Xcode command line tools to compile with metal support (otherwise, OpenSplat will build with CPU acceleration only):
1. Install Xcode from the Apple App Store.
2. Install the command line tools with `xcode-select --install`. This might do nothing on your machine.
3. If `xcode-select --print-path` prints `/Library/Developer/CommandLineTools`,then run `sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer`.
Expand Down Expand Up @@ -241,7 +241,6 @@ We recently released OpenSplat, so there's lots of work to do.

* Support for running on AMD cards (more testing needed)
* Improve speed / reduce memory usage
* Add Metal support on macOS
* Distributed computation using multiple machines
* Real-time training viewer output
* Compressed scene outputs
Expand Down

0 comments on commit b899138

Please sign in to comment.