Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.
/ antwoordenboekjes Public archive

Een website waar ik antwoordenboekjes op zet :)

License

Notifications You must be signed in to change notification settings

tygoee/antwoordenboekjes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note
Archived as I was thinking a bit big and didn't know this was gonna take so long. Also I don't think I would've ever put it online because of copyright issues :)

Antwoordenboekjes

Dit is een website waar ik antwoordenboekjes op zet.

De documenten staan niet op github, alleen de code

Libraries

MuPDF Mupdf wasn't used, I planned to use it but hadn't yet implemented it:

  • Go to the releases page

  • Download the latest tar.gz file

  • Install all necessary dependencies (debian example):

    sudo apt-get install build-essential cmake zlib1g-dev libfreetype6-dev libjpeg-dev libopenjp2-7-dev libcairo2-dev libturbojpeg0-dev pkg-config libglu1-mesa-dev libx11-dev libxi-dev libxrandr-dev
  • Extract the file using tar -xf <file>

  • CD into the install directory

  • Compile using make and sudo make install

Crow:

Running the server

# Install all libraries first

git clone https://github.com/tygoee/antwoordenboekjes
cd antwoordenboekjes
cmake .
make
cd server
./server.out