Skip to content

Build with Command Line

Ingo edited this page Jan 10, 2026 · 8 revisions

Building the YAF.NET v4.x.x Source with the command line...

Pre-Requisites
  1. .NET 10.0 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

> dotnet build YAF.NET-SqlServer.slnx

for MySQL

> dotnet build YAF.NET-MySql.slnx

for PostgreSQL

> dotnet build YAF.NET-PostgreSQL.slnx

for SQLite

> dotnet build YAF.NET-Sqlite.slnx

Clone this wiki locally