INSTALL.md
changeset 12817 b35b6978baa4
parent 12751 838515c4e6c5
child 13181 2148b493836e
equal deleted inserted replaced
12816:be7f05f83f8e 12817:b35b6978baa4
   173 
   173 
   174 If this still doesn't work and you give up, set the CMake option
   174 If this still doesn't work and you give up, set the CMake option
   175 `NOVIDEOREC=ON`, but then the video recording functionality will
   175 `NOVIDEOREC=ON`, but then the video recording functionality will
   176 not be available.
   176 not be available.
   177 
   177 
       
   178 ### Error messages related to Lua, “undefined reference to `lua_tonumber'”, and so on
       
   179 If you get error messages like these:
       
   180 
       
   181 * /home/username/hw/hedgewars//uScript.pas:226: undefined reference to `lua_tonumber'
       
   182 * /home/username/hw/hedgewars/CMakeFiles/hwengine.dir/uScript.o: In function `LUATOVISUALGEARTYPEORD':
       
   183 
       
   184 There might be something wrong with your Lua installation. Try to install Lua 5.1.
       
   185 If this doesn't work, or you don't want to install Lua 5.1, try to build Hedgewars
       
   186 with the bundled Lua version.
       
   187 
       
   188 To build with the bundled Lua version, adding the CMake option `SYSTEM_LUA=OFF`, then
       
   189 repeat the building process.
       
   190 
   178 ### Cleaning up
   191 ### Cleaning up
   179 
   192 
   180 In case you want to start over and start with a clean build,
   193 In case you want to start over and start with a clean build,
   181 run `make clean`, then go back to step 2.
   194 run `make clean`, then go back to step 2.
   182 
   195