创建 C/CPP 程序的可执行文件

创建 C/CPP 程序的可执行文件

如何创建可在 ubuntu 中双击打开的 c 或 cpp 程序的可执行文件?

答案1

 chmod u+x <output file>

或者 chmod +x output_file

例如。

 chmod u+x ./a.out

提示:Fat 和 ntfs 分区不支持文件权限,只需将文件复制到主文件夹或桌面,然后重试

相关内容