<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tutorials on ztick — Push-Driven Job Scheduler in Zig</title><link>https://awf-project.ai/ztick/docs/tutorials/</link><description>Recent content in Tutorials on ztick — Push-Driven Job Scheduler in Zig</description><generator>Hugo</generator><language>en</language><copyright>Copyright (c) 2025-2026 AWF Project</copyright><atom:link href="https://awf-project.ai/ztick/docs/tutorials/index.xml" rel="self" type="application/rss+xml"/><item><title>Getting Started with ztick</title><link>https://awf-project.ai/ztick/docs/tutorials/getting-started/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://awf-project.ai/ztick/docs/tutorials/getting-started/</guid><description>&lt;p>This tutorial walks you through building, configuring, and running ztick for the first time.&lt;/p>
&lt;h2 id="prerequisites">Prerequisites&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Zig 0.15.2&lt;/strong> or later (

&lt;a class="link link--text" href="https://ziglang.org/download/" rel="external">download&lt;/a>)&lt;/li>
&lt;li>A POSIX shell (bash, zsh, etc.)&lt;/li>
&lt;li>&lt;code>socat&lt;/code> for sending TCP commands&lt;/li>
&lt;li>Basic familiarity with command-line tools&lt;/li>
&lt;li>&lt;strong>Optional&lt;/strong>: &lt;code>libssl-dev&lt;/code> (Debian/Ubuntu) or &lt;code>openssl-devel&lt;/code> (Fedora/RHEL) if you want to build with TLS support&lt;/li>
&lt;/ul>
&lt;h2 id="step-1-build-the-project">Step 1: Build the Project&lt;/h2>
&lt;p>Clone or navigate to your ztick repository, then build:&lt;/p></description></item></channel></rss>