diff --git a/user-guide/modules/ROOT/pages/getting-started.adoc b/user-guide/modules/ROOT/pages/getting-started.adoc index 4335f29..ce6d037 100644 --- a/user-guide/modules/ROOT/pages/getting-started.adoc +++ b/user-guide/modules/ROOT/pages/getting-started.adoc @@ -845,7 +845,7 @@ Clang: [source,none,subs="attributes+"] ---- -clang++ -I /usr/local/include example.cpp -L /usr/local/libboost_json.a -o example +clang++ -I /usr/local/include example.cpp -L /usr/local/lib -l boost_json -o example ---- NOTE: Replace `C:\boost` or `/usr/local` with your Boost installation prefix if necessary.