-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Zsolt Sz. Sztupák
committed
Dec 4, 2014
1 parent
f6963d8
commit 796ca56
Showing
1 changed file
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,13 @@ | ||
Put the lua 5.1.x src folder in this directory | ||
Please put the contents of the lua source distribution folder in this directory. The whole project should look like this: | ||
|
||
/ | ||
|-- build # luadec build scripts | ||
|-- compare # compare ruby scripts | ||
|-- lua # lua's distribution | ||
| |-- doc | ||
| |-- etc | ||
| |-- src # lua distribution source files | ||
| +-- test | ||
+-- luadec # luadec source files | ||
|
||
|