Skip to content

Indidev/headcooker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HeadCooker

A C++ GUI-based tool for managing chefkoch.de recipes.

HeadCooker

Table of Contents

Compilation and dependencies

Dependencies

libCurl

Before compiling make sure libcurl is installed:

Linux: (run as root or via sudo)

apt-get install libcurl3

Windows:

I'll check this later

QT5

HeadCooker depents on QT5 so make sure QT5 is installed:

Linux: (run as root or via sudo)

apt-get install qt5-default qt5-qmake

Windows:

Check http://www.qt.io/download/

SQLite3

SQLite is required for storing the recipes on your local computer.

Linux: (run as root or via sudo)

apt-get install libsqlite3-dev

Windows:

I'll check this later...

Compilation

Run following in your HeadCooker directory:

mkdir build
cd build
qmake ..
make

You can now run HeadCooker via ./headcooker in your build directory

Credits

Unicode Parsing

This credit goes to Jan Düpmeier for part of his project "easy json", thanks dude.

About

A C++ frontend for managing chefkoch.de recipes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published