D brother-dcpj140w/README => brother-dcpj140w/README +0 -26
@@ 1,26 0,0 @@
-As the driver provided by Brother is written in 32 bits,
-first install lib32-libstdc++5 from aur :
-
-1. With git:
- $ git clone https://aur.archlinux.org/lib32-libstdc++5.git
- $ cd lib32-libstdc ++ 5
- $ makepkg -si
-
-2. With curl:
- $ curl -L -O https://aur.archlinux.org/cgit/aur.git/snapshot/lib32-libstdc++5.tar.gz
- $ rm "lib32-libstdc ++ 5.tar.gz"
- $ cd lib32-libstdc ++ 5
- $ makepkg -si "
-
-3. With wget:
- $ wget "https://aur.archlinux.org/cgit/aur.git/snapshot/lib32-libstdc++5.tar.gz"
- $ tar vxf "lib32-libstdc ++ 5.tar.gz"
- $ rm "lib32-libstdc ++ 5.tar.gz"
- $ cd lib32-libstdc ++ 5
- $ makepkg -si "
-
-NOTES:
-Install the brother-dcpj140w driver by one of the methods above.
-
-The scanner driver for this printer is available in aur:
-https://aur.archlinux.org/packages/brscan4/
A brother-dcpj140w/README.org => brother-dcpj140w/README.org +10 -0
@@ 0,0 1,10 @@
+* Brother DCP-J140W
+An attempt
+to get the official brother DCP-J140W linux driver working in alpine linux.
+
+Might not be possible,
+because alpine does not have multilib support.
+
+In order for this to work at all,
+you will likely have to setup lpadmin and cups beforehand:
+[[https://wiki.alpinelinux.org/wiki/Printer_Setup][You can find a guide here]]