- Thread Starter
- #26
Ok great news gentlemen I was able to compile File System Visualizer and install it on FreeBSD 10.3-RELEASE AMD64 using the OpenBSD sources that are used by the OpenBSD 6.0 package at http://fedorchenko.net/fsv2.php. I ran it successfully on the FreeBSD X Window System and was able to browse my home directory using it. It makes sense that this version worked as they are both BSD operating systems. The trick was making sure each package that it required was installed when running the
./configure
script. I had no luck using the GitHub sources as those were designed for Linux. It's been a long evening and I will look into the rest of the chapter 3 quick porting process on Sunday.
Code:
Dec 30 20:57:52 gordo pkg: gtkmm24-2.24.4_2 installed
Dec 30 21:03:45 gordo pkg: pangox-compat-0.0.2_1 installed
Dec 30 21:03:45 gordo pkg: gtkglext-1.2.0_18 installed
Dec 30 21:06:31 gordo pkg: gtkglextmm-1.2.0_10 installed
Dec 30 21:12:51 gordo pkg-static: gtkglarea-2.0.1_7 installed
Dec 30 21:14:41 gordo pkg: ftgl-2.1.3.r5_5,1 installed
Last edited by a moderator: