You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Same approach is used for Python scripts, Scala scripts, etc. So I did the same:
32
32
33
33
2.[Optional] Check its source code, update GCC options to your needs.
34
34
35
-
3. Compile and install it. I install to /usr/local/bin, so I run this command as root. You can install it anywhere you want. I use gcc 7.3.0, so I explicitly link libstdc++fs.a which implements std::experimental::filesystem.
35
+
3. Compile and install it. I install to /usr/local/bin, so I run this command as root. You can install it anywhere you want, just don't forget to edit path in `hello.cpp`'s shebang line. I use gcc 7.3.0, so I explicitly link libstdc++fs.a which implements std::experimental::filesystem.
0 commit comments