Skip to content

Commit f5d518b

Browse files
authored
Add alpine and arch linux
1 parent 487c784 commit f5d518b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,18 @@ yum install ghostscript ghostscript-devel
101101

102102
At this point you need to set the enviroment variable **GS4JS_HOME** to ```/usr/lib64``` or ```/usr/lib``` based on you architecture
103103

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+
104116
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.
105117

106118
## Windows

0 commit comments

Comments
 (0)