Skip to content

Instantly share code, notes, and snippets.

@cequella
cequella / UserStory.md
Last active March 25, 2021 02:24
User Story

{ID} - {TITLE}

Kano: X

Estimate: X

User Story:

As a: 
@cequella
cequella / Lua to Visual Studio tuto.txt
Created June 8, 2019 16:19
Compiling Lua in Visual Studio
Preparation
1 - Download lua source in https://www.lua.org/download.html
2 - Unpack (use 7-zip)
3 - Create an C:\src\lua
4 - In C:\src\lua create dirs: include, lib, bin and doc
5 - Copy 'doc' from lua.tar.gz to C:\src\lua\doc
6 - Copy all files from lua.tar.gz src, to C:\src\lua\include
Creating a .lib and .dll
1 - Create a new blank project in Visual Studio