Skip to content

Commit

Permalink
Using Poco 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fbraem committed Nov 4, 2014
1 parent 19d35db commit cb56908
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions poco.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ poco_dir = ""
poco_lib_dir = poco_dir .. ""

-- A Linux example:
poco_dir = "/home/bronx/Development/poco" -- where did you extract POCO?
poco_lib_dir = poco_dir .. "/static/lib/Linux/i686" -- where are the libraries?
-- poco_dir = "/home/bronx/Development/poco-1.5.4-all" -- where did you extract POCO?
-- poco_lib_dir = poco_dir .. "/static/lib/Linux/i686" -- where are the libraries?

-- A Windows example:
--poco_dir = "c:\\development\\poco-1.5.2-release"
--poco_dir = "c:\\development\\poco-1.5.4-release"
--poco_lib_dir = poco_dir .. "\\lib"

0 comments on commit cb56908

Please sign in to comment.