mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 13:07:02 +00:00
13 lines
350 B
Ruby
13 lines
350 B
Ruby
#!/usr/bin/env ruby
|
|
|
|
print('
|
|
Building with rake is no longer supported, use "jake" instead.
|
|
|
|
The commands are all the same (e.g. rake install -> jake install).
|
|
|
|
If you do not have jake, you can run sudo ./bootstrap.sh to install it and its dependencies.
|
|
|
|
PLEASE remove your Build folder when switching from rake to jake.
|
|
');
|
|
exit(1);
|