mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			33 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.7.5",
 | 
						|
    "description": "The Ergonomic, Safe and Familiar Evolution of C",
 | 
						|
    "homepage": "https://c3-lang.org",
 | 
						|
    "license": "LGPL-3.0-or-later,MIT",
 | 
						|
    "notes": [
 | 
						|
        "To use c3 compiler, you need to install Microsoft Visual Studio Build Tools 17 or higher.",
 | 
						|
        "Microsoft Visual Studio Build Tools 17 or higher is needed and can be downloaded here: https://visualstudio.microsoft.com/visual-cpp-build-tools/",
 | 
						|
        "When installing build tools, these two components should be selected:",
 | 
						|
        "- MSVC - VS C++ x64/x86 build tools",
 | 
						|
        "- Windows SDK",
 | 
						|
        "If you have already installed Visual Studio, you can skip this step."
 | 
						|
    ],
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/c3lang/c3c/releases/download/v0.7.5/c3-windows.zip",
 | 
						|
            "hash": "12310ab8d84d964e322502296c20a987544b8556c9ce3b1f22044f99caf0c20b"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "extract_dir": "c3-windows-Release",
 | 
						|
    "bin": "c3c.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/c3lang/c3c"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/c3lang/c3c/releases/download/v$version/c3-windows.zip"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |