Skip to content

dtamade/fpdev-fpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

FPDev FPC Releases

Pre-built FPC (Free Pascal Compiler) binary releases.

Overview

This repository provides pre-built FPC binary packages for various platforms, ready to use without compilation.

Available Versions

Version Linux x86_64 Windows x86_64 macOS x86_64 macOS ARM64
3.2.2 - - - -
3.2.0 - - - -

Package Contents

Each FPC release package contains the complete FPC installation:

fpc-{version}-{platform}/
├── bin/
│   ├── fpc
│   ├── ppcx64
│   └── ...
├── lib/
│   └── fpc/
│       └── {version}/
│           ├── units/
│           │   └── {target}/
│           │       ├── rtl/
│           │       └── ...
│           └── ...
└── share/
    └── ...

Usage

# Install FPC binary release
fpdev fpc install 3.2.2

# Or explicitly request binary installation
fpdev fpc install 3.2.2 --from-binary

Mirrors

License

FPC is licensed under LGPL with linking exception.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors