Skip to content

Build with Command Line (YAF v3)

Ingo edited this page Jan 10, 2026 · 6 revisions

Building the YAF.NET v3.2.9 Source with the command line...

Pre-Requisites
  1. .NET Framework 4.8.1 SDK or higher
  2. Node.js
Execution
  1. Install Node Packages from inside the ..\yafsrc\YetAnotherForum.NET folder install the node packages
> npm install
  1. Compile the JS and CSS files
> grunt
  1. Build the YAF.NET Source from the ..\yafsrc folder

for Ms SQL Server

> msbuild YAF.NET-SqlServer.slnx

for MySQL

> msbuild YAF.NET-MySql.slnx

for PostgreSQL

> msbuild YAF.NET-PostgreSQL.slnx

for SQLite

> msbuild YAF.NET-Sqlite.slnx

Clone this wiki locally