Search found 1 match
- 2024-12-02 12:03
- Forum: Debian Development Discussion
- Topic: Crystal language... How does Debian compile it?
- Replies: 12
- Views: 1179
Re: Crystal language... How does Debian compile it?
You’re correct that Debian must be using a pre-built Crystal (or some other version of Crystal) to bootstrap the compiler, but you’ll need to dive into the specific build steps by looking at the debian/rules file and understanding the dependencies involved. If you want to replicate the bootstrapping process, focusing on the build logs, experimenting with building an older version of Crystal, and using that to bootstrap the newer version will be key.