From ba794b0afc7d22c83a66ef6587dedb58a740c5c8 Mon Sep 17 00:00:00 2001 From: Gauthier Billot Date: Thu, 28 Mar 2013 13:43:14 +0100 Subject: [PATCH] Update BUILD I just followed that file and the generated libraries don't start with "lib". I also added quote around LUA_CPATH for zsh users. --- BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD b/BUILD index d6aecf2..b2a0603 100644 --- a/BUILD +++ b/BUILD @@ -38,7 +38,7 @@ build> lqt.sln Example lua files are in lqt/test, LUA_CPATH is needed: Linux: -build> export LUA_CPATH=$PWD/lib/lib?.so +build> export LUA_CPATH="./lib/?.so" build> ./bin/lua ../lqt/test/webview.lua Windows (debug build): -- 2.11.4.GIT