Skip to content

Commit a6e4d97

Browse files
authored
Merge pull request #54 from esemeniuc/patch-1
Add alpine and arch linux info
2 parents 487c784 + f5d518b commit a6e4d97

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)