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
At this point you need to set the enviroment variable **GS4JS_HOME** to ```/usr/lib64``` or ```/usr/lib``` based on you architecture
103
103
104
+
### Arch Linux
105
+
```
106
+
pacman -S ghostscript
107
+
```
108
+
At this point you need to set the enviroment variable **GS4JS_HOME** to ```/usr/lib```
109
+
110
+
### Alpine
111
+
```
112
+
apk add ghostscript
113
+
```
114
+
At this point you need to set the enviroment variable **GS4JS_HOME** to ```/usr/lib```
115
+
104
116
In general, based on your Linux OS and architecture, you have to set the environment variable **GS4JS_HOME** to point on folder containing ```libgs.so``` library.
0 commit comments