Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.31 KB

README.md

File metadata and controls

32 lines (27 loc) · 1.31 KB


WinBobFS

A GUI manager for the BobFS file system.

Setup instructions:

Windows

  • Download & install the .NET Framework if you're using Windows 7. Windows 8 and above should already have it installed.
  • Extract the files and run WinBobFS.exe.

Debian, Ubuntu

  • Install the Mono Framework (a .NET environment for Linux/OSX) with sudo apt-get install mono-complete (More here).
  • Go to the folder in a terminal and do mono WinBobFS.exe.

Other Linux/OSX

  • Download & install Mono Framework.
  • Go to the folder in a terminal and do mono WinBobFS.exe.

Compile instructions:

Windows