We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee1e78 commit f75d747Copy full SHA for f75d747
README.md
@@ -70,6 +70,23 @@ swift test \
70
--generate-linuxmain
71
```
72
73
+### Linuxbrew
74
+
75
+#### V8
76
77
+```bash
78
+brew tap tris-brew/linux
79
+brew install libv8
80
+```
81
82
+#### SwiftPM arguments
83
84
85
+export LD_LIBRARY_PATH=/home/linuxbrew/.linuxbrew/lib/
86
+swift build -Xcc -I/home/linuxbrew/.linuxbrew/include -Xlinker -L/home/linuxbrew/.linuxbrew/lib -Xlinker -lv8_libbase -Xlinker -lv8_libplatform
87
+swift test -Xcc -I/home/linuxbrew/.linuxbrew/include -Xlinker -L/home/linuxbrew/.linuxbrew/lib -Xlinker -lv8_libbase -Xlinker -lv8_libplatform
88
89
90
### Linux
91
92
#### V8
0 commit comments