db_tutorial icon indicating copy to clipboard operation
db_tutorial copied to clipboard

There need to be an entire section on pre requisites

Open Khalian opened this issue 6 years ago • 1 comments

I have reached section 4, and its already hurting my brain how many assumptions this tutorial has on the pre requisites we need.

  1. What compiler should I be using, gcc ? (I ended up g++)
  2. What ruby things should I be installing and how (bundle? gem? rspec).
  3. How should I be saving/structuring my files (in a single db.c ?)

Khalian avatar Dec 28 '19 21:12 Khalian

I would recoment clang for this project. First it compiles to project, second there is make rule which you could use to format this project/db.c file.

See Issue: #45 for more details

sirh3e avatar Oct 28 '20 10:10 sirh3e