Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Build.sh #64

Open
brainlessbitch opened this issue Sep 12, 2023 · 4 comments
Open

Missing Build.sh #64

brainlessbitch opened this issue Sep 12, 2023 · 4 comments

Comments

@brainlessbitch
Copy link

Where is build.sh??

@oppiliappan
Copy link
Owner

build.sh was a bit of a hackjob. builds for scientifica are now done with nix; see flake.nix. the install docs need to be updated. creating a build of scientifica is now just:

# with nix installed

$ git clone https://github.com/nerdypepper/scientifica
$ nix build

# built font files and stored in the ./result directory

@oppiliappan
Copy link
Owner

if you would still like to use build.sh you can find the script in parent commits of 6b31fa5.

@brainlessbitch
Copy link
Author

build.sh was a bit of a hackjob. builds for scientifica are now done with nix; see flake.nix. the install docs need to be updated. creating a build of scientifica is now just:

# with nix installed

$ git clone https://github.com/nerdypepper/scientifica
$ nix build

# built font files and stored in the ./result directory

i don’t know much about nix, can you install it alongside other package managers? (in my case pacman)

@oppiliappan
Copy link
Owner

yes absolutely, please see https://nixos.org/download for more. you can install just nix (the package manager, as opposed to nixos, the operating system), and use it for builds.

is there a specific reason you require a manual build of the font? if not, you can download the v2.3 release from the releases page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants