justinfrankel / licecap

LICEcap simple animated screen capture tool for Windows and OS X
http://www.cockos.com/licecap
5.25k stars 441 forks source link

Please add README with build instructions #2

Open paulvi opened 8 years ago

paulvi commented 8 years ago

Please add README.md with build instructions

jesperronn commented 8 years ago

:+1:

assarbad commented 8 years ago

The section for Visual Studio 2010 and newer could read:

## Build with Visual Studio 2010 or later

1. clone the source code to a folder of your choosing
2. open `licecap.sln` from the subfolder `licecap\licecap` inside the working copy - newer VS versions may convert the project to their respective format
3. build either the `Debug` or the `Release` configuration
4. find the resulting `.exe` file in a subfolder of the folder containing the solution file named `Debug_new` and `Release_new` respectively

Build with Visual Studio 2010 or later

  1. clone the source code to a folder of your choosing
  2. open licecap.sln from the subfolder licecap\licecap inside the working copy - newer VS versions may convert the project to their respective format
  3. build either the Debug or the Release configuration
  4. find the resulting .exe file in a subfolder of the folder containing the solution file named Debug_new and Release_new respectively
paulvi commented 8 years ago

@assarbad where do you site from?

assarbad commented 8 years ago

@paulvi I just wrote this section myself. After all this is an open source project, so usually contributions are welcome. I built it before myself and came up with those instructions based on my experience from that.

ashvaibhav commented 8 years ago

Thanks @assarbad. Don't let the issue close until you add this to readme and get it merged :)

luzpaz commented 8 years ago

:+1:

luzpaz commented 8 years ago

What about OSX build instructions ?

esaruoho commented 6 years ago

@luzpaz Seems like Xcode is pretty straightforward - just load the xcodeproject file from the repo and set the macOS SDK to the newest possible and press run.

esaruoho commented 6 years ago

Looks like these pullrequests are still waiting: https://github.com/justinfrankel/licecap/pull/5 https://github.com/justinfrankel/licecap/pull/12

luzpaz commented 4 years ago

Bump