Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1010 Bytes

File metadata and controls

46 lines (28 loc) · 1010 Bytes

Dev-C++ | xlings

A free, portable, fast and simple C/C++ IDE

工具 - 包索引仓库 - 包索引网站 - 论坛交流 - d2learn开源
点击查看xlings安装命令

Linux

curl -fsSL https://d2learn.org/xlings-install.sh | bash

Windows - PowerShell

Invoke-Expression (Invoke-Webrequest 'https://d2learn.org/xlings-install.ps1.txt' -UseBasicParsing).Content

注: xlings具备多版本共存的包管理功能 -> 详情



changelog

  • 增加utf8/gbk编码适配(Lang/chinese)
  • 增加默认配置文件(devcpp.ini/codeinsertion.ini)

安装命令

xlings install devcpp

Refs