mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
Correct quick start
Not sure how this update didn't make it in, but it's necessary.
This commit is contained in:
@@ -34,7 +34,7 @@ simdjson is easily consumable with a single .h and .cpp file.
|
||||
std::cout << tweets["search_metadata"]["count"] << " results." << std::endl;
|
||||
}
|
||||
```
|
||||
3. `g++ -o parser parser.cpp` (or clang++)
|
||||
3. `g++ -o parser parser.cpp simdjson.cpp -std=c++17`
|
||||
4. `./parser`
|
||||
```
|
||||
100 results.
|
||||
|
||||
Reference in New Issue
Block a user