Skip to content

Instantly share code, notes, and snippets.

@greenvfx
Created April 22, 2019 03:13
Show Gist options
  • Save greenvfx/99c322c4a43eb10b408404cfffa6d734 to your computer and use it in GitHub Desktop.
Save greenvfx/99c322c4a43eb10b408404cfffa6d734 to your computer and use it in GitHub Desktop.
C++ builder for linux. Using xterm.
{
"cmd" : ["g++ -Wall -std=c++14 $file_name -o $file_base_name && xterm -hold -e ./$file_base_name"],
"selector" : "source.cpp",
"shell": true,
"working_dir" : "$file_path"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment