Skip to content

Instantly share code, notes, and snippets.

View randy-girard's full-sized avatar

Randy Girard randy-girard

View GitHub Profile
@randy-girard
randy-girard / crossover-howtocompile.md
Created November 14, 2023 16:54 — forked from sarimarton/crossover-howtocompile.md
CodeWeavers CrossOver - How to compile from source! for macOS

UPDATE 2023-01-22 21:34:33

This guide was last tested on an Intel MacBook 2017. Since then it's unmaintained and won't be updated (I quit the game and bought a life-time crossover licence).


This has been forked from https://gist.github.com/Alex4386/4cce275760367e9f5e90e2553d655309

For the latest discussion, see the comments there.

@randy-girard
randy-girard / New Capistrano CVS Deploy Recipe
Created September 29, 2010 19:55
New Capistrano CVS Deploy Recipe
# My new_cvs.rb file. Just drop it into capistrano/recipes/deploy/scm/
# Adds these variables:
# set :scm, :new_cvs
# set :branch, "some_branch_name"
# set :cvs_rsh, "ssh"
#
# Author: Randy Girard
# Website: http://www.freezzo.com
require 'capistrano/recipes/deploy/scm/base'