Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D4296
Change Details
Change Details
Old
New
Diff
Checkout https://phab.comm.dev/D4452 (which should have all of the file paths normalized), then run: `nix develop && cd native/cpp/CommonCpp/NativeModules/ && mkdir build && cd build && cmake .. && make`
``` nix develop cd native/cpp/CommonCpp/NativeModules/ && mkdir build && cd build && cmake .. && make ```
Checkout https://phab.comm.dev/D4452 (which should have all of the file paths normalized), then run: `
```
nix develop
&&
cd native/cpp/CommonCpp/NativeModules/ && mkdir build && cd build && cmake .. && make
``
`
Continue