# Skeletal representation

**URL:** https://discourse.slicer.org/t/skeletal-representation/10478
**Category:** SlicerSALT
**Created:** [February 29, 2020, 1:15pm UTC](https://discourse.slicer.org/t/skeletal-representation/10478 "2020-02-29T13:15:30Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Dyatsen](https://avatars.discourse-cdn.com/v4/letter/d/e56c9b/32.png) [@Dyatsen](https://discourse.slicer.org/u/Dyatsen)
#### Post date: [February 29, 2020, 1:15pm UTC](https://discourse.slicer.org/t/skeletal-representation/10478/1 "2020-02-29T13:15:31Z")

</div>

Hello.  
i am following the tutorial of skeletal representation ([SrepModule-Tutorial\_v5.0 - Google Slides](https://docs.google.com/presentation/d/1BF5Y4wAXOAS2yfdrmJeujrZFiKsnh9GwOs-XgQg8RZE/present?slide=id.p1)). But there is SkeletalRepresentationRefiner in the tutorial:  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/slicer/original/3X/b/3/b39501bc85257ae13dbac877ec9806fd8fbf3e7f.png)  
and i just can find Initializer and Visualizer in the modules list.  
Also, the tutorial said  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/slicer/original/3X/0/7/07454f8975eced53851964239c8ff0639314f1b9.png) . While I can not find the S-rep

 ![image](https://us1.discourse-cdn.com/flex002/uploads/slicer/original/3X/4/4/4410a06280488b0ad42fee651b04b7bd37bdf6e9.png) .  
Can someone help me see where the problem is?  
Thanks in advance!

---

<div class="post-metadata">

### Author: ![Dyatsen](https://avatars.discourse-cdn.com/v4/letter/d/e56c9b/32.png) [@Dyatsen](https://discourse.slicer.org/u/Dyatsen)
#### Post date: [February 29, 2020, 1:26pm UTC](https://discourse.slicer.org/t/skeletal-representation/10478/2 "2020-02-29T13:26:32Z")

</div>

I’ve tried another way to install the SkeletalRepresentationRefiner module via github. But when i built the s-rep extension using command cmake, the error occurred.

 ![image](https://us1.discourse-cdn.com/flex002/uploads/slicer/original/3X/0/0/00ec0537d4946a585253d85c700d4a4d80c94df7.png)  
So i can not install the extension via souce code.  
Can someone help me please?

---

<div class="post-metadata">

### Author: ![Zhiy](https://avatars.discourse-cdn.com/v4/letter/z/0ea827/32.png) [@Zhiy](https://discourse.slicer.org/u/Zhiy)
#### Post date: [March 2, 2020, 8:37pm UTC](https://discourse.slicer.org/t/skeletal-representation/10478/3 "2020-03-02T20:37:16Z")

</div>

Hi Dyatsen,

The s-rep extension is not yet shipped in Slicer binary. I suggest you build it from its source.

---

<div class="post-metadata">

### Author: ![Zhiy](https://avatars.discourse-cdn.com/v4/letter/z/0ea827/32.png) [@Zhiy](https://discourse.slicer.org/u/Zhiy)
#### Post date: [March 2, 2020, 8:44pm UTC](https://discourse.slicer.org/t/skeletal-representation/10478/4 "2020-03-02T20:44:42Z")

</div>

> [@Dyatsen](#):
>
> So i can not install the extension via souce code.

I assume there is no Slicer built in your machine. This page: [Documentation/Nightly/Developers/Build Instructions - Slicer Wiki](https://www.slicer.org/wiki/Documentation/Nightly/Developers/Build_Instructions) will help you in building Slicer. Note the versions of software required.

After building Slicer, you need to configure the Slicer\_DIR for the extension. Overall, the extension relies on Slicer. Building it with CMAKE is analogous to building your projects in windows with Visual studio: for example, if project A uses libraries provided by project B, you need compile and bulid project B first and then add it into your build configurations for project A.

Hope this helps.

Zhiyuan
