Skip to content

Latest commit

 

History

History

thesis

Devault - The Thesis

Thesis of the project entitled "Devault: A Blockchain-based, self-hosted, and end-to-end encrypted cloud storage"

Overview

This is the thesis of my bachelor thesis project entitled "Devault: A Blockchain-based, self-hosted, and end-to-end encrypted cloud storage" that I undertook in 2022.

Preview

cover

Build

Prerequisites

Before you jump into the build process, you have to install the following packages:

texlive-bin : TeX Live binaries
texlive-core : TeX Live core distribution
tllocalmgr-git : A shell and command-line utility to manage TeXLive on Arch Linux
zathura : A PDF viewer

If you are using Arch Linux, you can install these packages with the following command:

pacman -S texlive-bin texlive-core tllocalmgr-git zathura

If you are using Ubuntu, you can install these packages with the following command:

The full set of TeX Live packages.

sudo apt install texlive-full zathura

Or, the light version:

sudo apt install texlive zathura

Afterword, run:

make all clean

License

Licensed under the MIT license.