انجمنهای فارسی اوبونتو
کمک و پشتیبانی => برنامهسازی => نویسنده: irancplusplus در 04 امرداد 1392، 07:19 قظ
-
در نرم افزار GameDevelop فایل اجرایی به وجود اومده بعد از کامپایل رو چه طور باید اجرا کرد؟
-
فایل اجراییش چیه؟
از طریق ترمینال اجراش کن.
/PATH/TO/FILE.FORMAT
-
یه فایل تکست داره که تووش اینا رو نوشته:
#Execute this file to launch the game
#If you can not launch it, make sure that this file
#as well as 'ExeLinux' have the right to be executed
#(Right click on file > Properties )
export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH
./ExeLinux
این نتیجه اجراش توو ترمیناله:
bash: ./ExeLinux: Permission denied
-
یه فایل تکست داره که تووش اینا رو نوشته:
#Execute this file to launch the game
#If you can not launch it, make sure that this file
#as well as 'ExeLinux' have the right to be executed
#(Right click on file > Properties )
export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH
./ExeLinux
این نتیجه اجراش توو ترمیناله:
bash: ./ExeLinux: Permission denied
روش کلیک راست کن برو تو properties تو تب permissions تیک allow executing file as program رو بزد و همه رو close کن، حالا با دبل کلیک اجراش کن
-
همه این راه ها رو امتحان کردن آخر فهمیدم علت اجرا نشدن بودن روی یه Mounted Drive هست.