Linux deepin 下sublimes配置g++ openGL

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux deepin 下sublimes配置g++ openGL相关的知识,希望对你有一定的参考价值。

参考 :http://blog.csdn.net/u010129448/article/details/47754623

ubuntu 下gnome只要将代码中deepin-terminal改为gnome终端就行

 

G++

 

{  


    "shell_cmd": "g++ ‘${file}‘ -o ‘${file_path}/${file_base_name}‘",  


    "file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",  


    "working_dir": "${file_path}",  


    "selector": "source.c, source.c++",  
    "variants":  


    [  


        {  


            "name": "Build & Run",  


            "shell_cmd": " deepin-terminal -e bash -c \"g++ ‘${file}‘ -o ‘${file_path}/${file_base_name}‘ ; ‘${file_path}/${file_base_name}‘ ; read -p ‘\nPress ENTER or type command to continue...‘\""  


        },  


  


        {  


            "name": "Build Only",  


            "shell_cmd": "g++ ‘${file}‘ -o ‘${file_path}/${file_base_name}‘"  


        },  


  


        {  


            "name": "Run Only",  


            "shell_cmd": " deepin-terminal -e bash -c \"‘${file_path}/${file_base_name}‘ ; read -p ‘\nPress ENTER or type command to continue...‘\""  


        }  


    ]  


} 

  

 

 

openGL

 

{  


    "shell_cmd": "g++ ‘${file}‘ -o ‘${file_path}/${file_base_name}‘ -lglut -lGL -lGLU",  


    "file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",  


    "working_dir": "${file_path}",  


    "selector": "source.c, source.c++",  


  


    "variants":  


    [  


        {  


            "name": "Build & Run",  


            "shell_cmd": " deepin-terminal -e bash -c \"g++ ‘${file}‘ -o ‘${file_path}/${file_base_name}‘ -lglut -lGL -lGLU; ‘${file_path}/${file_base_name}‘ ; read -p ‘\nPress ENTER or type command to continue...‘\""  


        },  


  


        {  


            "name": "Build Only",  


            "shell_cmd": "g++ ‘${file}‘ -o ‘${file_path}/${file_base_name}‘ -lglut -lGL -lGLU"  


        },  


  


        {  


            "name": "Run Only",  


            "shell_cmd": " deepin-terminal -e bash -c \"‘${file_path}/${file_base_name}‘ ; read -p ‘\nPress ENTER or type command to continue...‘\""  


        }  


    ]  


}  

  

 

以上是关于Linux deepin 下sublimes配置g++ openGL的主要内容,如果未能解决你的问题,请参考以下文章

linux(Ubuntu/deepin)下安装openssl

linux(Ubuntu/deepin)下安装openssl

Windows Sublime Text 配置Linux子系统(WSL)下的 gcc/g++ 编译环境

linux 下 deepin 和 gnome 桌面的外观设置

linux 下配置sublime

linux下sublime text 3安装到配置