It will not be available for installing via pkg install, though, because its license doesn’t allow redistribution. Leave a +1 in this thread: Consider allowing redistribution in the EULA
Since you’ll have to install it from Ports, see the comment at the top of Makefile for instructions on how to avoid compiling most of the dependencies by hand.
The FreeBSD ports works great, thanks @arrowd!
Still it would be really cool to be able to install a bit more easily, would be nice if the Obsidian team could consider the request relating to allowing the redistribution in the EULA.
I’m not having any luck with this. I’m very new to FreeBSD, so I’m sure I’m doing something wrong. I was getting an error: pkg: No packages available to install matching 'electron' have been found in the repositories. I installed electron30 and still got the error. So I skipped the first step listed in the Makefile and just ran make USE_PACKAGE_DEPENDS_ONLY=yes install clean. The make process started and died with:
pkg-static: Unable to access file /usr/ports/textproc/obsidian/work/stage/usr/local/share/obsidian/chromedriver:No such file or directory
pkg-static: Unable to access file /usr/ports/textproc/obsidian/work/stage/usr/local/share/obsidian/libvulkan.so:No such file or directory
*** Error code 1
There is no “chromedriver” in the directory, but there is “libvulkan.so.1”. @gwarf, I see that you used this just a few months ago. How did you do it?
I’ve used Linux for many years, so I’m not a total stranger to *nix. As I said, FreeBSD is quite new to me, but I’m learning. Any help is appreciated. Thanks in advance.