Skip to content

Commit

Permalink
corelib installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-stec committed Aug 9, 2024
1 parent 2ea6523 commit 42a4401
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/corelib_install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

git clone --depth=1 -b v2.7.0-rc.3 https://github.com/starkware-libs/cairo.git \
&& mv cairo/corelib/ . \
&& rm -rf cairo/

0 comments on commit 42a4401

Please sign in to comment.