Skip to content

Commit

Permalink
Simplify build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
hirschmann committed Apr 2, 2015
1 parent 4d63ef2 commit a7edc67
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,9 @@ First you have to clone the latest revision of this repo:<br/>
#### Build on Windows
Make sure these packages are installed on your machine:
* [.NET Framework 4.0](http://www.microsoft.com/en-us/download/details.aspx?id=17851)
* [NuGet](https://docs.nuget.org/consume/command-line-reference)
* [WiX Toolset v3.9](https://wix.codeplex.com/releases/view/610859)

You should also add %windir%\Microsoft.NET\Framework and the folder which includes nuget.exe to your PATH.

To build the solution, navigate to the cloned repo:<br/>
`cd nbfc`<br/>
Restore the NuGet packages for the solution:<br/>
`nuget restore`<br/>
And finally build it:<br/>
`msbuild /t:Build /p:Configuration=ReleaseWindows NoteBookFanControl.sln`
To build the solution, run the `build.ps1` script (which is included in the cloned repo) via Windows Powershell.

If the build was successful there should be a setup file (NbfcBootstrapper.exe) at `nbfc\Windows\Setup\NbfcBootstrapper\bin\Release\`.
Just start it and follow the instructions :)
Expand All @@ -34,10 +26,7 @@ _Linux support is still experimental!_
If mono is not available on your machine, install the complete package:<br/>
`sudo apt-get install mono-complete`

To build the solution, first navigate to the cloned repo:<br/>
`cd nbfc`<br/>
Then build the solution:<br/>
`xbuild /t:Build /p:Configuration=ReleaseLinux NoteBookFanControl.sln`
To build the solution, run the `build.sh` script (which is included in the cloned repo).

The result can be found at `nbfc/Linux/bin/ReleaseLinux`<br/>
If everything worked well, you may want to start the service:<br/>
Expand Down

0 comments on commit a7edc67

Please sign in to comment.