mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-28 11:30:32 +00:00
Update attribute for powerpc nix builds in README
This commit is contained in:
parent
64e5ee1db7
commit
e9ad55daf7
18
README.md
18
README.md
@ -171,21 +171,21 @@ You can use the `nix-shell` command to invoke various useful shell environments:
|
|||||||
|-------------------------------------|----------------------------------------------|
|
|-------------------------------------|----------------------------------------------|
|
||||||
| `nix-shell` | 68K development environment |
|
| `nix-shell` | 68K development environment |
|
||||||
| `nix-shell -A m68k` | 68K development environment |
|
| `nix-shell -A m68k` | 68K development environment |
|
||||||
| `nix-shell -A ppc` | PowerPC development environment |
|
| `nix-shell -A powerpc` | PowerPC development environment |
|
||||||
| `nix-shell -A retro68.monolithic` | Shell for running `build-toolchain.bash` |
|
| `nix-shell -A retro68.monolithic` | Shell for running `build-toolchain.bash` |
|
||||||
|
|
||||||
You can also use the `nix-build` command to build packages. As always with `nix`,
|
You can also use the `nix-build` command to build packages. As always with `nix`,
|
||||||
the result will be somewhere in a subdirectory of `/nix/store`, with a symlink
|
the result will be somewhere in a subdirectory of `/nix/store`, with a symlink
|
||||||
named `result` placed in your Retro68 directory.
|
named `result` placed in your Retro68 directory.
|
||||||
|
|
||||||
| Command | What |
|
| Command | What |
|
||||||
|-------------------------------------|----------------------------------------------|
|
|----------------------------------------|----------------------------------------------|
|
||||||
| `nix-build -A m68k.retro68.samples` | Sample programs for 68K |
|
| `nix-build -A m68k.retro68.samples` | Sample programs for 68K |
|
||||||
| `nix-build -A ppc.retro68.samples` | Sample programs for PowerPC |
|
| `nix-build -A powerpc.retro68.samples` | Sample programs for PowerPC |
|
||||||
| `nix-build -A retro68.monolithic` | Result of `build-toolchain.bash --no-carbon` |
|
| `nix-build -A retro68.monolithic` | Result of `build-toolchain.bash --no-carbon` |
|
||||||
| `nix-build -A m68k.zlib` | zlib library, cross-compiled for 68K Macs |
|
| `nix-build -A m68k.zlib` | zlib library, cross-compiled for 68K Macs |
|
||||||
| `nix-build -A m68k.`*packagename* | cross-compile *packagename* to 68K |
|
| `nix-build -A m68k.`*packagename* | cross-compile *packagename* to 68K |
|
||||||
| `nix-build -A ppc.`*packagename* | cross-compile *packagename* to PowerPC |
|
| `nix-build -A powerpc.`*packagename* | cross-compile *packagename* to PowerPC |
|
||||||
|
|
||||||
You can attempt to cross-compile *any* package from the `nixpkgs` collection. Unless the
|
You can attempt to cross-compile *any* package from the `nixpkgs` collection. Unless the
|
||||||
package contains a very portable library, the command will of course fail. Please don't
|
package contains a very portable library, the command will of course fail. Please don't
|
||||||
|
Loading…
x
Reference in New Issue
Block a user