Из-за периодической блокировки нашего сайта РКН сервисами, просим воспользоваться резервным адресом:
Загрузить через dTub.ru Загрузить через ycliper.com Загрузить через ClipSaver.ruУ нас вы можете посмотреть бесплатно Lua Tips - How to create windows executable (.exe) from Lua Source (.lua) file или скачать в максимальном доступном качестве, которое было загружено на ютуб. Для скачивания выберите вариант из формы ниже:
Роботам не доступно скачивание файлов. Если вы считаете что это ошибочное сообщение - попробуйте зайти на сайт через браузер google chrome или mozilla firefox. Если сообщение не исчезает - напишите о проблеме в обратную связь. Спасибо.
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса savevideohd.ru
This is slow paced video. Please bear with me till end to understand How to convert Lua source file(.Lua) to Windows Executable(.exe) Unlock the power of Lua with our latest tutorial! 🚀 In this video, we share essential tips on creating Windows executables (.exe) from Lua source (.lua) files. Learn the step-by-step process, including tools, commands, and best practices to effortlessly transform your Lua scripts into standalone executables. Whether you're a Lua enthusiast or a developer exploring new territories, this guide will empower you to distribute your Lua applications seamlessly. Watch, learn, and elevate your Lua programming game! 🔧👨💻 #LuaProgramming #ExecutableCreation #LuaTips #WindowsDevelopment #Tutorial == Step-1 Install Choco == Step-2 Install make using command choco install make == Step-3 Install mingw == Step-4 Download Srlua Source == Step-5 Compile Srlua Source Code to generate glue.exe and srlua.exe == Step-6 Create .exe from .lua Errors during srlua make: srlua.c:40:17: fatal error: lua.h: No such file or directory /usr/bin/bash: -c: line 0: syntax error near unexpected token `(' c:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../../mingw32/bin/ld.exe: cannot find -ldl cannot open srlua: No such file or directory